zheng 6c3f2333fd 修改 пре 23 часа
..
build 6c3f2333fd 修改 пре 23 часа
LICENSE 6c3f2333fd 修改 пре 23 часа
README.md 6c3f2333fd 修改 пре 23 часа
package.json 6c3f2333fd 修改 пре 23 часа

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