// Type definitions for random-string // Project: https://github.com/valiton/node-random-string // Definitions by: Sam Saint-Pettersen // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module "random-string" { function randomString(opts?: Object): string; export = randomString; }