src-typings
This commit is contained in:
parent
65872fb637
commit
5edcc9aca5
|
|
@ -36,7 +36,7 @@ node_modules/
|
|||
jspm_packages/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
typings/
|
||||
# typings/
|
||||
|
||||
# Optional npm cache directory
|
||||
.npm
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
declare const getRandomValues: (length: number) => Promise<Uint8Array>;
|
||||
Loading…
Reference in New Issue