zheng 3cabbb3159 webpack 18 giờ trước cách đây
..
build 3cabbb3159 webpack 18 giờ trước cách đây
LICENSE 3cabbb3159 webpack 18 giờ trước cách đây
README.md 3cabbb3159 webpack 18 giờ trước cách đây
package.json 3cabbb3159 webpack 18 giờ trước cách đây

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