# npwp

> Validasi Nomor Pokok Wajib Pajak

Latest version **1.0.1** (published 2021-07-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install npwp
pnpm add npwp
yarn add npwp
bun add npwp
```

## 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.1 |
| Published | 2021-07-09 |
| First published | 2021-07-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 67.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Rii |
| Maintainers | clinchy |
| Keywords | validator, tokorame, npwp |

## Links

- npm: https://www.npmjs.com/package/npwp
- Repository: https://github.com/Tokorame-Dev/validatorNPWP
- Homepage: https://github.com/Tokorame-Dev/validatorNPWP#readme
- Issues: https://github.com/Tokorame-Dev/validatorNPWP/issues
- npm.io page: https://npm.io/package/npwp

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2021-07-09
- 1.0.0 — 2021-07-09

## README

# validatorNPWP
Validasi nomor npwp anda <br>
Referensi list kode KPP dan Alamat: https://blog.rivaekaputra.com/2015/10/27/kode-kpp-dan-alamat/

## Fitur
- Mengecek nomor npwp anda valid atau tidak
- Mendapatkan beberapa informasi mengenai npwp anda

## Instalasi
```sh
npm install npwp
```

## Penggunaan
```javascript
// import validator npwp
const npwp = require('npwp');

// argumen pertama harus string dengan format 'xx.xxx.xxx.x-xxx.xxx'
// argumen kedua opsional, jika dikosongkan akan mengembalikan true atau false
npwp('09.254.294.3-407.000');
// jika argumen kedua true, akan mengembalikan beberapa informasi npwp
npwp('09.254.294.3-407.000', true);
```

## Lisensi
MIT

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