文件名称:joi-phone-number:Joi的电话号码验证规则
文件大小:60KB
文件格式:ZIP
更新时间:2024-06-02 08:04:29
JavaScript
电话号码 Joi的电话号码验证规则 什么 允许您执行Joi.string().phoneNumber() 。 使用进行验证。 这是Google库的编译版本。 如何 const myCustomJoi = Joi . extend ( require ( 'joi-phone-number' ) ) ; myCustomJoi . string ( ) . phoneNumber ( ) . validate ( '+32494567324' ) ; // The phone number can be transformed to a custom format // Note that this follows Joi's `convert` option myCustomJoi . string ( ) . phoneNumber ( { defaultCountry : 'BE'
【文件预览】:
joi-phone-number-master
----.gitignore(29B)
----.yo-rc.json(185B)
----README.md(2KB)
----CHANGELOG.md(754B)
----LICENSE(1KB)
----.gitattributes(12B)
----package.json(1KB)
----.eslintignore(9B)
----.travis.yml(107B)
----.editorconfig(171B)
----lib()
--------__tests__()
--------index.js(3KB)
----package-lock.json(204KB)