tfn

1.0.0 • Public • Published

tfn

validate Australian Tax File Number

usage:

  npm install tfn
var tfn = require('tfn');
//...
var tfnStatus = tfn('123 456 789');
console.log(tfnStatus);
// logs { valid: false, suggestion: '123456782' }
 

See also

Readme

Keywords

Package Sidebar

Install

npm i tfn

Weekly Downloads

8

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sidorares