UNPKG

@lucia-auth/sveltekit

Version:
4 lines (3 loc) 173 B
declare const globalThis: Record<string, any> | undefined; export const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;