to-bytes

0.0.0 • Public • Published

to-bytes

Parse numbers suffixed with /^(\d+)\s*(?:(k|m|g)b?)$/i into a number of bytes.

Synopsis

var toBytes = require('to-bytes')
	parseSize('100') == 100
	parseSize('10m') == parseSize('10MB') == 10 * 1024 * 1024

Install

npm install to-bytes

License

MIT

Dependents (1)

Package Sidebar

Install

npm i to-bytes

Weekly Downloads

9

Version

0.0.0

License

none

Last publish

Collaborators

  • grncdr