mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-11 12:40:15 +00:00
Create non-secure.d.ts
This commit is contained in:
3
types/nanoid/non-secure.d.ts
vendored
Normal file
3
types/nanoid/non-secure.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare function nanoid(size?: number): string;
|
||||
|
||||
export = nanoid;
|
||||
Reference in New Issue
Block a user