uniqId.d.ts 68 B

123
  1. declare function uniqId(prefix?: string): string;
  2. export = uniqId;