better-auth-harmony
Version:
Validation and normalization for better-auth
9 lines (8 loc) • 292 B
TypeScript
export { default as emailHarmony } from './email.js';
export { default as phoneHarmony } from './phone.js';
import 'better-auth';
import 'better-auth/types';
import 'validator/es/lib/normalizeEmail';
import './email/matchers.js';
import 'libphonenumber-js/max';
import './phone/matchers.js';