npm

@code-ts/cin
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@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

Package Sidebar

Install

npm i @code-ts/cin

Weekly Downloads

8

Version

0.0.3

License

MIT

Unpacked Size

7.49 kB

Total Files

8

Last publish

Collaborators

  • ntnyq