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.
- Host: GitHub
- URL: https://github.com/yurystrozhevsky/jsutils
- Owner: YuryStrozhevsky
- License: other
- Created: 2021-02-03T08:02:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T08:49:02.000Z (over 5 years ago)
- Last Synced: 2025-03-09T21:03:56.380Z (over 1 year ago)
- Topics: javascript, library
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.