UNPKG

@js-random/string

Version:

A simple and lightweight string randomizer for JavaScript (TypeScript friendly)

7 lines (6 loc) 126 B
declare global { interface StringConstructor { random: typeof import('./index').default; } } export {};