UNPKG

flow-declarations

Version:

High quality type declarations for flow.js

10 lines (8 loc) 246 B
declare module 'string-random' { declare function random(length?: number, options?: boolean | { numbers?: string | boolean; letters?: string | boolean; specials?: string | boolean; }): string; declare module.exports: random; }