0.0.2 • Published 8 months ago

@code-ts/cin v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@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

Credits

License

MIT License © 2023-PRESENT ntnyq