LarpixClient/electron/node_modules/pvutils
olcxja fb6c8b6ee9
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s
update electron to v43
2026-07-09 22:38:33 +02:00
..
build update electron to v43 2026-07-09 22:38:33 +02:00
LICENSE update electron to v43 2026-07-09 22:38:33 +02:00
package.json update electron to v43 2026-07-09 22:38:33 +02:00
README.md update electron to v43 2026-07-09 22:38:33 +02:00

pvutils

NPM License GitHub Actions Workflow Status npm version Coveralls npm downloads

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