mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-18 09:36:01 +00:00
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
This commit is contained in:
7
node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts
generated
vendored
Normal file
7
node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Returns true if obj is a Buffer, an ArrayBuffer, a Blob or a File.
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
export declare function isBinary(obj: any): boolean;
|
||||
export declare function hasBinary(obj: any, toJSON?: boolean): any;
|
||||
Reference in New Issue
Block a user