UNPKG

@lucia-auth/sveltekit

Version:
4 lines (3 loc) 146 B
import * as nc from 'node:crypto'; export const crypto = nc && typeof nc === 'object' && 'webcrypto' in nc ? (nc.webcrypto as any) : undefined;