https://github.com/aweiu/verify-identity-card
用于校验身份证号
https://github.com/aweiu/verify-identity-card
Last synced: 11 months ago
JSON representation
用于校验身份证号
- Host: GitHub
- URL: https://github.com/aweiu/verify-identity-card
- Owner: aweiu
- Created: 2016-08-26T08:43:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T08:12:14.000Z (about 9 years ago)
- Last Synced: 2025-02-07T09:25:55.942Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# verify-identity-card
用于校验身份证号
## 安装
```
npm install verify-identity-card
```
## 使用
```
import verifyIdentityCard from 'verify-identity-card'
// 参数:身份证号
verifyIdentityCard('xxxxxx')
// 返回: true/false
```