UNPKG

@lucia-auth/sveltekit

Version:
3 lines 173 B
import * as nc from 'node:crypto'; export const crypto = nc && typeof nc === 'object' && 'webcrypto' in nc ? nc.webcrypto : undefined; //# sourceMappingURL=cryptoNode.js.map