src-typings

This commit is contained in:
Xu Chang 2022-04-08 13:42:25 +08:00
parent 65872fb637
commit 5edcc9aca5
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>;