[READ-ONLY] Mirror of https://github.com/wojtekmaj/is-valid-ein. Check if a number is a valid Employer Identification Number (EIN)
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 89.3%
JavaScript 8.6%
Other 2.1%
22 1 2

Clone this repository

https://git.vm.fail/wojtekmaj.pl/is-valid-ein https://git.vm.fail/did:plc:mvttsdtju6bg7y3dtzmj6vux
ssh://git@knot1.tangled.sh:2222/wojtekmaj.pl/is-valid-ein ssh://git@knot1.tangled.sh:2222/did:plc:mvttsdtju6bg7y3dtzmj6vux

For self-hosted knots, clone URLs may differ based on your setup.


README.md

npm downloads CI

Is-Valid-EIN#

Check if a number is a valid Employer Identification Number (EIN).

tl;dr#

  • Install by executing npm install is-valid-ein or yarn add is-valid-ein.
  • Import by adding import isValidEIN from 'is-valid-ein'.
  • Use it by writing const valid = isValidEIN('12-3456789')

Examples#

isValidEIN('12-3456789'); // true

isValidEIN('12 3456789'); // true

License#

The MIT License.

Author#

Wojciech Maj Wojciech Maj