mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
remove webcrypto/WebCrypto.d.ts definitions. it included in lib.d.ts (typescript-1.5.3)
This commit is contained in:
Vendored
+1
-8
@@ -3,11 +3,4 @@
|
||||
// Definitions by: Lucas Dixon <https://github.com/iislucas/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module crypto {
|
||||
|
||||
// A cryptographically strong pseudo-random number generator seeded with
|
||||
// truly random values. The buffer passed in is modified, and a reference to
|
||||
// argument is returned for convenience.
|
||||
function getRandomValues(array: ArrayBufferView) : ArrayBufferView
|
||||
|
||||
}
|
||||
// DEPRECATED: use TypeScript 1.5.3
|
||||
|
||||
Reference in New Issue
Block a user