import { langType } from '../tools'; import { RegExpValidator } from './Validator'; /** * An e-mail validator. */ export default class Email extends RegExpValidator { /** * Create the validator. */ constructor(); }