mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-04 09:01:01 +01:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
|
import { webcrypto } from "crypto";
|
||
|
|
||
|
Object.defineProperty(window, "crypto", {
|
||
|
value: webcrypto,
|
||
|
});
|