6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
import * as nodeCrypto from 'crypto';
|
|
export const crypto = {
|
|
node: nodeCrypto,
|
|
web: undefined,
|
|
};
|
|
//# sourceMappingURL=crypto.js.map |