1.2.0 • Published 7 years ago

prefix-si v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

prefix-si

SI, IEC, BS1852 compatible number formatter

Install

$ npm install prefix-si

Usage

prefix = require('prefix-si')

prefix(1024*1024, "B", {binary: true})
// => "1MiB"

prefix(1200, "g")
// => "1.2kg"

prefix(4700, "R", {bs1852: true})
// => "4K7"
1.2.0

7 years ago

1.1.0

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago