A formatter library by Betterez, version 1.4.0. It provides simple string and number formatting utilities. The library is lightweight with no external dependencies, but lacks active maintenance and detailed documentation. It is primarily used internally by Betterez and may not be suitable for broader use.
npm install btrz-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage: create a Formatter instance and format a monetary amount.
Consider migrating to a more actively maintained formatter library like 'accounting' or 'numeral'.
Use ES module import syntax for proper type inference.
Check the actual source code for export names.
Use formatMoney directly: import { formatMoney } from 'btrz-formatter'; formatMoney(value, currency);Run npm install btrz-formatter
Use 'Formatter' instead: import { Formatter } from 'btrz-formatter';No dependency data recorded yet.