パッケージの詳細

pvutils

PeculiarVentures12.9mMIT1.1.3

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

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