From 5edcc9aca5a7924e93c6e9eaebe0ce25733818dd Mon Sep 17 00:00:00 2001 From: Xc Date: Fri, 8 Apr 2022 13:42:25 +0800 Subject: [PATCH] src-typings --- .gitignore | 2 +- src/typings/polyfill.d.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/typings/polyfill.d.ts diff --git a/.gitignore b/.gitignore index 1bef60a..5c2bf67 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,7 @@ node_modules/ jspm_packages/ # Typescript v1 declaration files -typings/ +# typings/ # Optional npm cache directory .npm diff --git a/src/typings/polyfill.d.ts b/src/typings/polyfill.d.ts new file mode 100644 index 0000000..cd51876 --- /dev/null +++ b/src/typings/polyfill.d.ts @@ -0,0 +1 @@ +declare const getRandomValues: (length: number) => Promise; \ No newline at end of file