cv-credit-card:用于组合验证库的完整自定义验证器插件。 支持+17种信用卡类型

时间:2024-06-26 03:28:54
【文件属性】:

文件名称:cv-credit-card:用于组合验证库的完整自定义验证器插件。 支持+17种信用卡类型

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-26 03:28:54

CoffeeScript

信用卡组成验证器 这是组合验证库的自定义验证器(或插件)。 这也是一个简单而有用的存储库,可用作有关如何为组合验证库创建自定义验证器的示例。 安装 npm install cv-credit-card 如何使用 var validations = require ( 'composed-validations' ) ; var ccValidator = require ( 'cv-credit-card' ) ( validations ) ; // The accepts option is optional. // If you don't pass, will accept 18 types of validation. // See the Available Validations below var validator = ccValidator ( { accept


【文件预览】:
cv-credit-card-master
----lib()
--------validators()
--------card_expressions.coffee(1KB)
--------util.coffee(193B)
--------index.coffee(60B)
----LICENSE(1KB)
----test()
--------validators()
--------helper.coffee(461B)
--------validator_structure_test.coffee(222B)
----README.md(2KB)
----.gitignore(42B)
----index.js(84B)
----package.json(912B)

网友评论