atcheck/lsscanner/new_ubuntu/node_modules/pvutils/README.md

14 lines
697 B
Markdown
Raw Normal View History

2019-12-16 18:42:21 +01:00
# pvutils
[![CircleCI](https://circleci.com/gh/PeculiarVentures/pvutils.svg?style=svg)](https://circleci.com/gh/PeculiarVentures/pvutils) [![Coverage Status](https://coveralls.io/repos/github/PeculiarVentures/pvutils/badge.svg?branch=master)](https://coveralls.io/github/PeculiarVentures/pvutils?branch=master)
`pvutils` is a set of common utility functions used in various Peculiar Ventures Javascript based projects.
Some example capabilities included in `pvutils` include:
- Converting dates into UTC,
- Converting an "ArrayBuffer" into a hexdecimal string,
- Converting a number from 2^base to 2^10,
- Converting a number from 2^10 to 2^base,
- Concatenate two ArrayBuffers,
- And more...