randomId.d.ts 88 B

123
  1. declare function randomId(size?: number, symbols?: string): string;
  2. export = randomId;