Create non-secure.d.ts

This commit is contained in:
Amorites
2019-02-15 17:49:46 +08:00
committed by GitHub
parent b429791b8b
commit 9bb3a67214

3
types/nanoid/non-secure.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
declare function nanoid(size?: number): string;
export = nanoid;