util.d.ts 189 B

123
  1. export declare function pick(obj: any, ...attr: any[]): any;
  2. export declare function installTimerFunctions(obj: any, opts: any): void;
  3. export declare function byteLength(obj: any): number;