UNPKG

better-auth-harmony

Version:

Validation and normalization for better-auth

9 lines (8 loc) 296 B
export { default as emailHarmony } from './email.cjs'; export { default as phoneHarmony } from './phone.cjs'; import 'better-auth'; import 'better-auth/types'; import 'validator/es/lib/normalizeEmail'; import './email/matchers.cjs'; import 'libphonenumber-js/max'; import './phone/matchers.cjs';