randomStr.d.ts 78 B

1
  1. export declare function randomStr(length: number, alphabet?: string): string;