astro-ghostcms/.pnpm-store/v3/files/88/22123bba689f3cc778a482a21f9...

6 lines
201 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import * as crypto from 'node:crypto';
import * as util from 'node:util';
const webcrypto = crypto.webcrypto;
export default webcrypto;
export const isCryptoKey = (key) => util.types.isCryptoKey(key);