UNPKG

ismail

Version:

validity checks of the most commonly used services

7 lines (6 loc) 147 B
interface ismailOutput { valid: boolean; simplify: string; } declare const _default: (data: any) => ismailOutput; export = _default;