mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-10 09:40:21 +08:00
9 lines
275 B
TypeScript
9 lines
275 B
TypeScript
// Type definitions for nanoid 1.0
|
|
// Project: https://github.com/ai/nanoid
|
|
// Definitions by: Ruben Schmidmeister <https://github.com/bash>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function nanoid(size?: number): string;
|
|
|
|
export = nanoid;
|