Utils about citizen identification number | 公民身份证号码工具方法
npm install @code-ts/cin> Utils about citizen identification number | 公民身份证号码工具方法.
``bash`
npm i @code-ts/cin
`bash`
yarn add @code-ts/cin
`bash`
pnpm add @code-ts/cin
`js
import { validateCIN } from '@code-ts/cin'
validateCIN('110101199003076878') // true
`
Check if the given code match the CIN pattern.
Type definition:
`ts``
function validateCIN(code: string): boolean