fmt-bytes
Utility to format/convert bytes.
Installation
Installation comes with flow and typescript definitions.
npm install fmt-bytes
Usage
; ;// 104857600;// 100000000;// TypeError: Unknown byte type: "gb"// at expect_never (fmt-bytes/lib/index.js:55:11)// at Object.toBytes (fmt-bytes/lib/index.js:50:20) ;// '117.2 MB';// '117.203 MB' ;// '111.8 MiB';// '111.774 MiB';// '112 MiB'
Types
Described in Typescript syntax.
declare ;declare declare ;declare ;