zheng 3cabbb3159 webpack před 18 hodinami
..
build 3cabbb3159 webpack před 18 hodinami
LICENSE 3cabbb3159 webpack před 18 hodinami
README.md 3cabbb3159 webpack před 18 hodinami
package.json 3cabbb3159 webpack před 18 hodinami

README.md

pvutils

![NPM License](https://img.shields.io/npm/l/pvutils) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/PeculiarVentures/pvutils/test.yml?label=test) [![npm version](https://img.shields.io/npm/v/pvutils.svg)](https://www.npmjs.com/package/pvutils) ![Coveralls](https://img.shields.io/coverallsCoverage/github/PeculiarVentures/pvutils) [![npm downloads](https://img.shields.io/npm/dm/pvutils.svg)](https://www.npmjs.com/package/pvutils)

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...