5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
export const crypto = {
|
|
node: undefined,
|
|
web: typeof self === 'object' && 'crypto' in self ? self.crypto : undefined,
|
|
};
|
|
//# sourceMappingURL=cryptoBrowser.js.map |