DefinitelyTyped/cuid/index.d.ts
2016-04-27 21:30:22 -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