src-typings

This commit is contained in:
Xu Chang 2022-04-08 13:43:13 +08:00
parent adb8f4de1f
commit 887786f8d1
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -36,7 +36,7 @@ node_modules/
jspm_packages/
# Typescript v1 declaration files
typings/
# typings/
# Optional npm cache directory
.npm

1
src/typings/polyfill.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare const getRandomValues: (length: number) => Promise<Uint8Array>;