1.0.5 • Published 5 months ago

@astopo/price-formatter v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Price Formatter

A simple library for formatting prices.

Installation

npm install @astopo/price-formatter

or

yarn add @astopo/price-formatter

Usage

import { format } from '@astopo/price-formatter';

format(1);
// returns $0.01;

format(10);
// returns $0.10

format(1000);
// returns $10.00

format(10000);
// returns $100.00

format(100000);
// returns $1,000.00
1.0.5

5 months ago

1.0.4

5 months ago

1.0.2

6 months ago

1.0.3

6 months ago

1.0.1

1 year ago

1.0.0

1 year ago