str.d.ts 63 B

1
  1. export function str(length: number, alphabet: string): string;