UNPKG

@sideway/address

Version:

Email address and domain validation

6 lines (5 loc) 148 B
export declare const errorCodes: Record<string, string>; export declare function errorCode(code: string): { code: string; error: string; };