https://github.com/taystack/js-helpers
Lightweight JavaScript helpers library
https://github.com/taystack/js-helpers
Last synced: 3 months ago
JSON representation
Lightweight JavaScript helpers library
- Host: GitHub
- URL: https://github.com/taystack/js-helpers
- Owner: taystack
- License: mit
- Created: 2019-01-27T17:21:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:35:35.000Z (over 2 years ago)
- Last Synced: 2025-04-10T00:55:16.654Z (3 months ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://codecov.io/gh/taystack/js-helpers) [](https://travis-ci.org/taystack/js-helpers)
---
Small JavaScript library with some helper functions that I find useful.
This is a work in progress and contributions are encouraged.
## [Documentation](https://taystack.github.io/js-helpers/)
## Installation
```bash
yarn add @taystack/js-helpers
```
or `npm`
```bash
npm i @taystack/js-helpers
```Transpiled with [babel](https://babeljs.io/)
Tested with [jest](https://jestjs.io/)
Licensed [MIT](https://opensource.org/licenses/MIT)