UNPKG

@fyne/yup-phone

Version:

Adds a phone number validation check to yup validator using google-libphonenumber.

6 lines (5 loc) 129 B
declare module 'yup' { interface StringSchema { phone(countryCode?: string, strict?: boolean): StringSchema; } }