mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-22 18:26:01 +08:00
15 lines
732 B
Markdown
15 lines
732 B
Markdown
# pvutils
|
|
|
|
[](https://github.com/PeculiarVentures/pvutils/actions/workflows/test.yml)
|
|
[](https://coveralls.io/github/PeculiarVentures/pvutils?branch=master)
|
|
|
|
`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...
|