@code-ts/cin
v0.0.3
Published
Utils about citizen identification number | 公民身份证号码工具方法
Downloads
30
Maintainers
Readme
@code-ts/cin
Utils about citizen identification number | 公民身份证号码工具方法.
Install
npm i @code-ts/cin
yarn add @code-ts/cin
pnpm add @code-ts/cin
Usage
import { validateCIN } from '@code-ts/cin'
validateCIN('110101199003076878') // true
API
validateCIN
Check if the given code match the CIN pattern.
Type definition:
function validateCIN(code: string): boolean