mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
Remove doc strings from cli/js TS files (#4329)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
This commit is contained in:
parent
3ac642c183
commit
e435c2be15
87 changed files with 0 additions and 2025 deletions
|
@ -2,12 +2,6 @@
|
|||
import { sendSync } from "./dispatch_json.ts";
|
||||
import { assert } from "../util.ts";
|
||||
|
||||
/** Synchronously collects cryptographically secure random values. The
|
||||
* underlying CSPRNG in use is Rust's `rand::rngs::ThreadRng`.
|
||||
*
|
||||
* const arr = new Uint8Array(32);
|
||||
* crypto.getRandomValues(arr);
|
||||
*/
|
||||
export function getRandomValues<
|
||||
T extends
|
||||
| Int8Array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue