UNPKG

curated-node

Version:

Not a framework. Not a module. Just a bunch of Node.js packages you most likely familiar with and probably already use, bundled together in a modular fashion.

4 lines (3 loc) 90 B
export declare class StringUtils { static randomLowerAlphaNum(len: number): string; }