Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/bytes/Readme.md

    r59329aa re29cc2e  
    8484  * `gb` for gigabytes
    8585  * `tb` for terabytes
    86   * `pb` for petabytes
    8786
    8887The units are in powers of two, not ten. This means 1kb = 1024b according to this parser.
     
    110109
    111110bytes(1024);
    112 // output: 1KB
     111// output: 1024
    113112```
    114113
     
    117116[MIT](LICENSE)
    118117
    119 [coveralls-image]: https://badgen.net/coveralls/c/github/visionmedia/bytes.js/master
     118[downloads-image]: https://img.shields.io/npm/dm/bytes.svg
     119[downloads-url]: https://npmjs.org/package/bytes
     120[npm-image]: https://img.shields.io/npm/v/bytes.svg
     121[npm-url]: https://npmjs.org/package/bytes
     122[travis-image]: https://img.shields.io/travis/visionmedia/bytes.js/master.svg
     123[travis-url]: https://travis-ci.org/visionmedia/bytes.js
     124[coveralls-image]: https://img.shields.io/coveralls/visionmedia/bytes.js/master.svg
    120125[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master
    121 [downloads-image]: https://badgen.net/npm/dm/bytes
    122 [downloads-url]: https://npmjs.org/package/bytes
    123 [npm-image]: https://badgen.net/npm/node/bytes
    124 [npm-url]: https://npmjs.org/package/bytes
    125 [travis-image]: https://badgen.net/travis/visionmedia/bytes.js/master
    126 [travis-url]: https://travis-ci.org/visionmedia/bytes.js
Note: See TracChangeset for help on using the changeset viewer.