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

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

Awesome Lists containing this project

README

        

![JsHelpers](./docs/JsHelpers.png)

[![codecov](https://codecov.io/gh/taystack/js-helpers/branch/master/graph/badge.svg)](https://codecov.io/gh/taystack/js-helpers) [![Build Status](https://travis-ci.org/taystack/js-helpers.svg?branch=master)](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)