mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Add crypto.getRandomValues() (#2327)
This commit is contained in:
parent
7f6549532c
commit
00f6fa46b3
9 changed files with 128 additions and 1 deletions
|
@ -14,7 +14,9 @@ import {
|
|||
} from "./deps/https/deno.land/std/testing/asserts.ts";
|
||||
export {
|
||||
assert,
|
||||
assertEquals
|
||||
assertEquals,
|
||||
assertNotEquals,
|
||||
assertStrictEq
|
||||
} from "./deps/https/deno.land/std/testing/asserts.ts";
|
||||
|
||||
interface TestPermissions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue