Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>RandomSource

Advanced Web Composition for Future
Latest
interface RandomSource
import { type RandomSource } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Methods

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