1.0.0 • Published 4 years ago
crypto-style v1.0.0
Easy way to display amounts in crytpo currency format
Installation
$ npm i crypto-styleUsage
const cs = require('crypto-style');or in ES6:
import cs from 'crypto-style';Examples
cs(0.100); // 0.10000000
cs(200.2, 5); // 200.20000
cs(0.500, 10); // 0.50000000001.0.0
4 years ago