Saving inital relay POC

This commit is contained in:
Luke Hagar
2024-10-18 23:35:51 -05:00
commit cf969bbf7b
299 changed files with 38317 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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;