Australian Company Number (ACN) normaliser and formatter. Current stable version 1.0.0, single release to date. Provides functions to validate, normalise (strip spaces/formatting), extract ACN from mixed strings, and format with standard spacing. Lightweight, no dependencies, ESM and CJS compatible, TypeScript type declarations included.
npm install normalise-acnNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates validation, normalisation, formatting, and extraction of an Australian Company Number.
Ensure correct casing when importing.
Pre-process input if necessary.
Use `const { isValidACN } = require('normalise-acn')` or switch to ESM import syntax.No dependency data recorded yet.