1.0.11 • Published 10 months ago

@heathmont/hub88-node-money v1.0.11

Weekly downloads
140
License
-
Repository
github
Last release
10 months ago

Usage

npm install --save "@heathmont/money"
import { toInteger, fromInteger, convertUnit } from "@heathmont/money";

toInteger(amount, currency, unit)

toInteger(111111.222333443, 'BTC')
11111122233344

toInteger(111111222.333443, 'BTC', 'mBTC')
11111122233344

toInteger(111111.223332, 'EUR')
11111122333

toInteger(11111122.3332, 'EUR', 'cent')
11111122333

fromInteger(amount, currency, unit)

fromInteger(11111122233344, 'BTC')
111111.22233344

fromInteger(11111122233344, 'BTC', 'uBTC')
111111222333.44

fromInteger(11111122333, 'EUR')
111111.22333

fromInteger(11111122333, 'EUR', 'cent')
11111122.333

convertUnit(amount, currency, fromUnit, toUnit)

convertUnit(111111222.333443, 'BTC', 'mBTC', 'uBTC')
111111222333.44

convertUnit(111111.223332, 'EUR', 'EUR', 'cent')
11111122.333
1.0.11

10 months ago

1.0.10

1 year ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago