UNPKG

tfn

Version:

validate australian tax number

22 lines (17 loc) 514 B
# tfn validate Australian Tax File Number ## usage: ``` npm install tfn ``` ```js var tfn = require('tfn'); //... var tfnStatus = tfn('123 456 789'); console.log(tfnStatus); // logs { valid: false, suggestion: '123456782' } ``` ## See also - http://www.mathgen.ch/codes/tfn.html - [australian-business-number])(https://github.com/sidorares/australian-business-number) - validate ABN - [australian-tax-rate](https://github.com/sidorares/australian-tax-rate) - calculate tax rate based on taxable income