MyRepo-Ums/node_modules/engine.io-client/build/cjs/util.d.ts

4 lines
189 B
TypeScript
Raw Permalink Normal View History

2024-01-19 10:09:11 +00:00
export declare function pick(obj: any, ...attr: any[]): any;
export declare function installTimerFunctions(obj: any, opts: any): void;
export declare function byteLength(obj: any): number;