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