Files
DefinitelyTyped/types/cuid/index.d.ts
2017-03-24 14:27:52 -07:00

10 lines
255 B
TypeScript

// Type definitions for cuid
// Project: https://github.com/ericelliott/cuid
// Definitions by: Dave Keen <http://www.keendevelopment.ch>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function cuid(): string;
export = cuid