Skip to main content
Module

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

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

Methods

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