utils.d.ts 125 B

12345
  1. /**
  2. * 创建唯一id
  3. */
  4. export declare function createUid(): string;
  5. export declare function once(fn: Function): Function;