LarpixClient/electron/node_modules/pvutils/README.md
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

23 lines
924 B
Markdown

<h1 align="center">
pvutils
</h1>
<div align="center">
![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)
</div>
`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...