uniapp,h5

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