Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636359 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/bytes

History.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/bytes/History.md
132 Views
0 Comments
3.1.2 / 2022-01-27
==================

* Fix return value for un-parsable strings

3.1.1 / 2021-11-15
==================

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/bytes/index.js
123 Views
0 Comments
/*!
* bytes
* Copyright(c) 2012-2014 TJ Holowaychuk
* Copyright(c) 2015 Jed Watson
* MIT Licensed
*/

'use strict';
LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/bytes/LICENSE
212 Views
0 Comments
Media file
Readme.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/bytes/Readme.md
140 Views
0 Comments
# Bytes utility

[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Build Status][ci-image]][ci-url]
[![Test Coverage][coveralls-image]][coveralls-url]

Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa.
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/bytes/package.json
103 Views
0 Comments
{
"name": "bytes",
"description": "Utility to parse a string bytes to bytes and vice-versa",
"version": "3.1.2",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"contributors": [
"Jed Watson <jed.watson@me.com>",
"Théo FIDRY <theo.fidry@gmail.com>"