Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
method Crypto.prototype.getRandomValues
import { Crypto } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Type Parameters

T extends
| Int8Array
| Uint8Array
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
| BigInt64Array
| BigUint64Array

Parameters

buffer: T