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

x/deno/cli/js/lib.deno.shared_globals.d.ts>Crypto

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Crypto
import { type Crypto } from "https://deno.land/x/deno@v1.0.0/cli/js/lib.deno.shared_globals.d.ts";

Properties

readonly
subtle: null

Methods

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