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

6 lines
201 B
Plaintext

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);