DefinitelyTyped/types/nanoid/index.d.ts

10 lines
340 B
TypeScript

// Type definitions for nanoid 2.0
// 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;