1.0.5 • Published 3 years ago

joi-mobile-number v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

joi-mobile-number

Leverages google/libphonenumber and wrapped it in Joi to validate mobile numbers

Installation

$ npm i joi-mobile-number

Usage

const mobileNumberSchema = require('joi-mobile-number');

const schema = {
  mobile_number: mobileNumberSchema.string().mobileNumber('PH')
}
1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago