interface Crypto
Properties Jump to heading
readonly
Jump to headingsubtle: SubtleCrypto
Methods Jump to heading
Jump to headinggetRandomValues<T extends Int8Array
| Int16Array
| Int32Array
| Uint8Array
| Uint16Array
| Uint32Array
| Uint8ClampedArray
| BigInt64Array
| BigUint64Array>(array: T): T
Jump to headingrandomUUID(): `${string}-${string}-${string}-${string}-${string}`