UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 183 B
export declare type JSONEmailFormat = { name: "email"; variant: "rfc5321" | "rfc5322"; }; export declare function inferEmail(value: string): JSONEmailFormat | undefined;