DefinitelyTyped/types/nanoid/index.d.ts
2018-08-28 18:49:12 -04:00

10 lines
340 B
TypeScript

// Type definitions for nanoid 1.2
// Project: https://github.com/ai/nanoid
// Definitions by: Ruben Schmidmeister <https://github.com/bash>
// Daniel Zhang <https://github.com/fadezhanger>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function nanoid(size?: number): string;
export = nanoid;