Add missing exports

This commit is contained in:
Jarred Sumner
2022-11-08 00:14:17 -08:00
parent 38db5f1c83
commit 86f0b08b8d

View File

@@ -8,3 +8,6 @@ export var getRandomValues = (array) => {
export var randomUUID = () => {
return crypto.randomUUID();
};
export var subtle = crypto.subtle;
export var webcrypto = crypto;