// Type definitions for cuid // Project: https://github.com/ericelliott/cuid // Definitions by: Dave Keen // Definitions: https://github.com/borisyankov/DefinitelyTyped declare module 'cuid' { function cuid(): string; export = cuid }