An open API service indexing awesome lists of open source software.

https://github.com/yurystrozhevsky/jsutils

The "author's version" of pvutils library. The jsutils is a set of various functions useful in other my projects.
https://github.com/yurystrozhevsky/jsutils

javascript library

Last synced: 2 months ago
JSON representation

The "author's version" of pvutils library. The jsutils is a set of various functions useful in other my projects.

Awesome Lists containing this project

README

          

# jsutils

`jsutils` is a set of common utility functions used in various Javascript based projects.

Some example capabilities included in `jsutils` include:
- Converting dates into UTC,
- Converting an "ArrayBuffer" into a hexadecimal string,
- Converting a number from 2^base to 2^10,
- Converting a number from 2^10 to 2^base,
- Concatenate two ArrayBuffers,
- And more

# DISCLAIMER

This is the "author's version" of [**pvutils**](https://github.com/PeculiarVentures/pvutils.git). I made the `pvutils` by myself only and now, when I do not have contract with PeculiarVentures, I decided to make my own versions of all the libraries I made for them. This library could be NOT COMPATIBLE with initial library and have additional features.