Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

pvutils

PeculiarVentures8.7mMIT1.1.3TypeScript support: included

Common utilities for products from Peculiar Ventures

readme

pvutils

test Coverage Status

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

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.3 (2022-03-02)

Bug Fixes

1.1.2 (2022-02-22)

Bug Fixes

  • Error on Node v12 with ?? operator (912a71c)

1.1.1 (2022-02-22)

1.1.0 (2022-02-22)

Features