Files
starface-outlook-sync-addin/node_modules/pvutils/README.md
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

924 B

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