Skip to main content
Module

x/evt/lib/types/index.ts>dom.RandomSource

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.RandomSource
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { RandomSource } = dom;

Methods

getRandomValues<T extends
| Int8Array
| Uint8ClampedArray
| Uint8Array
| Int16Array
| Uint16Array
| Int32Array
| Uint32Array
>
(array: T): T