mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Add missing exports
This commit is contained in:
@@ -8,3 +8,6 @@ export var getRandomValues = (array) => {
|
||||
export var randomUUID = () => {
|
||||
return crypto.randomUUID();
|
||||
};
|
||||
|
||||
export var subtle = crypto.subtle;
|
||||
export var webcrypto = crypto;
|
||||
|
||||
Reference in New Issue
Block a user