convert-file-size-to-bytes
v1.0.3
Published
Convert a string representation of file size to bytes
Downloads
2,250
Readme
Description:
Convert a string representation of file size to bytes
Example:
'100kb' => 102400 bytes '100 kb' => 102400 bytes '100 KB' => 102400 bytes '100 kB' => 102400 bytes '100k' => Error
Units:
'b' 'kb' 'mb' 'gb' 'tb' 'pb'
Install:
npm i convert-file-size-to-bytes