UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (8 loc) 275 B
// 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 module 'cuid' { function cuid(): string; export = cuid }