gy-id-verification
v1.0.0
Published
``` npm install gy-id-verification --save ```
Maintainers
Readme
Install
npm install gy-id-verification --saveUsage
import IdentityCodeValid from "gy-id-verification";
if (IdentityCodeValid(value)) {
// 身份证格式正确
} else {
// 身份证格式有误
}