1.0.1 • Published 4 years ago

bitstr v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

bits.js

Convert bits to Megabits, to Gigabits, and back again.

Install

npm install bitstr --save

Use

let bits = require('bitstr')

bits(1000000000).Gbps()
// '1Gbps'

bits('1Gbps').Megabits()
// 1000

Develop

Test

npm test
1.0.1

4 years ago

1.0.0

4 years ago