![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/root/usr/lib/node_modules/npm/node_modules/byte-size/ |
[](https://www.npmjs.org/package/byte-size) [](https://www.npmjs.org/package/byte-size) [](https://travis-ci.org/75lb/byte-size) [](https://coveralls.io/github/75lb/byte-size?branch=master) [](https://david-dm.org/75lb/byte-size) [](https://github.com/feross/standard) {{>main}} ### Load anywhere This library is compatible with Node.js, the Web and any style of module loader. It can be loaded anywhere, natively without transpilation. Node.js: ```js const byteSize = require('byte-size') ``` Within Node.js with ECMAScript Module support enabled: ```js import byteSize from 'byte-size' ``` Within a modern browser ECMAScript Module: ```js import byteSize from './node_modules/byte-size/index.mjs' ``` Old browser (adds `window.byteSize`): ```html <script nomodule src="./node_modules/byte-size/dist/index.js"></script> ``` * * * © 2014-18 Lloyd Brookes \<[email protected]\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).