# validate-czech-birth-number

> Validate and return date from czech birth number.

Latest version **1.0.0** (published 2020-01-03) · 0 weekly downloads

## Install

```sh
npm install validate-czech-birth-number
pnpm add validate-czech-birth-number
yarn add validate-czech-birth-number
bun add validate-czech-birth-number
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-01-03 |
| First published | 2020-01-03 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | mstarman |

## Links

- npm: https://www.npmjs.com/package/validate-czech-birth-number
- npm.io page: https://npm.io/package/validate-czech-birth-number

## Recent versions

- 1.0.0 (latest) — 2020-01-03

## README

# validate-czech-birth-number

Validate and return date from czech birth number.

## Examples

```js
const {
  isCzechBirthNumberValid,
  getCzechBirthNumberDate
} = require("../validate-czech-birth-number")

isCzechBirthNumberValid("7801233540") // true 
getCzechBirthNumberDate("7801233540") // Mon Jan 23 1978 00:00:00 GMT+0100 (Středoevropský standardní čas)
```

## Test

```bash
npm install
npm test
```

---
_Source: https://npm.io/package/validate-czech-birth-number · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
