信用卡:使用JS解析格式化和验证信用卡 源码
信用卡 解析,格式化和验证信用卡数据。 正在安装 npm install --save creditcards API 信用卡出口: card cvc expiration withTypes (使用自定义类型构造模块的新副本) 您也可以单独要求模块。 如果您希望传入自定义类型,这特别有用。 card和cvc各自导出一个接受一系列卡类型的函数 。 expiration将返回一个对象。 const Card = require ( 'creditcards/card' ) const card = Card ( [ visa ] ) card . isValid ( '42424
文件列表
creditcards-master.zip
(预估有个23文件)
creditcards-master
expiration.js
826B
index.js
350B
expiration.d.ts
494B
card.js
1KB
test.js
400B
card.d.ts
389B
package.json
987B
index.test-d.ts
1KB
cvc.d.ts
179B
暂无评论