Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oaphi/utilities
Various JS ES6 utilitiies
https://github.com/oaphi/utilities
es6 javascript problemsolving utilities
Last synced: about 1 month ago
JSON representation
Various JS ES6 utilitiies
- Host: GitHub
- URL: https://github.com/oaphi/utilities
- Owner: Oaphi
- License: mit
- Created: 2020-01-24T14:08:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T08:14:26.000Z (over 1 year ago)
- Last Synced: 2024-10-04T23:01:23.317Z (about 2 months ago)
- Topics: es6, javascript, problemsolving, utilities
- Language: JavaScript
- Size: 738 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Status
![Node.js CI](https://github.com/Oaphi/Utilities/workflows/Node.js%20CI/badge.svg?branch=master)
## About
> Note that this is not a complete package yet, rather a collection of usable utility modules. Each module can be used separately, but do not expect them to work in bundle.
Various JavaScript utilities for common tasks, featuring utilities for:
1. Array <-> object conversion
2. Boolean logic operations
3. Multi-dimensional array utilities
4. Manipulating objects (mapping, filtering, etc)
5. Query string creation
6. Linked List data structure
7. Asynchronous operations