UNPKG

class-validator-i18n

Version:
4 lines (3 loc) 221 B
import { ValidationOptions } from 'class-validator'; import { CountryCode } from 'libphonenumber-js'; export declare function IsPhoneNumber(region?: CountryCode, validationOptions?: ValidationOptions): PropertyDecorator;