Update crypto.js

This commit is contained in:
Jarred Sumner
2022-11-08 00:29:32 -08:00
parent 3e9bb6859b
commit 9bf03a84c1

View File

@@ -9,5 +9,4 @@ export var randomUUID = () => {
return crypto.randomUUID();
};
export var subtle = crypto.subtle;
export var webcrypto = crypto;