interface Crypto
Properties #
readonly
#subtle: SubtleCrypto
Methods #
#getRandomValues<T extends Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| BigInt64Array
| BigUint64Array>(array: T): T
#randomUUID(): `${string}-${string}-${string}-${string}-${string}`
variable Crypto