diff --git a/types/nanoid/non-secure.d.ts b/types/nanoid/non-secure.d.ts new file mode 100644 index 0000000000..b6a78f8c52 --- /dev/null +++ b/types/nanoid/non-secure.d.ts @@ -0,0 +1,3 @@ +declare function nanoid(size?: number): string; + +export = nanoid;