1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/node_modules/engine.io-client/build/esm-debug/util.d.ts
2025-01-10 18:25:30 -03:00

7 lines
288 B
TypeScript

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;
/**
* Generates a random 8-characters string.
*/
export declare function randomString(): string;