2.4.22 • Published 10 months ago

@heathmont/money v2.4.22

Weekly downloads
420
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
2.4.21

10 months ago

2.4.22

10 months ago

2.4.20

1 year ago

2.4.19

2 years ago

2.4.18

3 years ago

2.4.17

3 years ago

2.4.16

3 years ago

2.4.15

4 years ago

2.4.14

5 years ago

2.4.13

5 years ago

2.4.12

6 years ago

2.4.11

6 years ago

2.4.9

6 years ago

2.4.8

6 years ago

2.4.6

6 years ago

2.4.5

7 years ago

2.4.4

7 years ago

2.4.3

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.1

7 years ago

2.2.0

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago