A tiny number formatter, v0.1.0. Formats numbers with commas as thousands separators. Minimal and dependency-free. No updates since initial release; stable for simple use cases but lacks customization or advanced formatting options (e.g., decimals, locales). Current version is 0.1.0, with a low release cadence (only initial version).
npm install fnumberNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage: formatting numbers with thousands separator.
Use Intl.NumberFormat for locale-aware formatting or implement custom logic.
Replace with native Intl.NumberFormat or a maintained library like numeral.
Use 'import formatNumber from "fnumber"' instead of 'import { formatNumber } from "fnumber"'.Run 'npm install fnumber' and ensure tsconfig.json has 'allowSyntheticDefaultImports' or 'esModuleInterop'.
No dependency data recorded yet.