????

Your IP : 216.73.216.82


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@types/validator/lib/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@types/validator/lib/isTaxID.d.ts

/**
 * Validator function
 * Return true if the passed string is a valid tax identification number
 * for the specified locale.
 * Throw an error exception if the locale is not supported.
 * @param str
 * @param [locale=en-US]
 */
export default function isTaxID(str: string, locale?: string): boolean;