Australian Business Number (ABN) normaliser and formatter for Node.js. Current version 1.0.0 provides simple functions to validate, normalise (strip spaces/hyphens), and format ABNs with standard spacing (XX XXX XXX XXX). No dependencies, zero-config, and focused solely on ABN operations. Suitable for Australian tax/compliance applications. Stable release with no update cadence announced.
npm install normalise-abnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates ABN normalisation, validation, and formatting with default settings.
Use correct spelling: `normalise`.
Trim input before calling functions: `normalise(rawABN.trim())`.
Always normalise first: `format(normalise(input))`.
Use ES import: `import { normalise } from 'normalise-abn'`Check spelling: `isValid` with capital V.
Run `npm install normalise-abn` and verify package.json.
No dependency data recorded yet.