Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabioars/underwater

~2kb - ES6 Collection of helper functions. Lodash like
https://github.com/fabioars/underwater

array-manipulations cdn event-driven js lodash underscore

Last synced: about 1 month ago
JSON representation

~2kb - ES6 Collection of helper functions. Lodash like

Awesome Lists containing this project

README

        

# underwater

Lightweight ES6+ substitute to lodash and underscore.js

[![CircleCI](https://img.shields.io/circleci/project/fabioars/underwater/node-csgo-parser.svg)](https://github.com/fabioars/underwater)
[![npm](https://img.shields.io/npm/dm/localeval.svg)](https://github.com/fabioars/underwater)
[![npm](https://img.shields.io/npm/v/npm.svg)](https://github.com/fabioars/underwater)

## Share with friends

Give us a star on GitHub and share with friends.

- [Github](https://github.com/fabioars/underwater)
- [Facebook](https://www.facebook.com/sharer/sharer.php?u=https://github.com/fabioars/underwater)
- [Twitter](https://twitter.com/intent/tweet?text=Underwater.js&url=https://github.com/fabioars/underwater)
- [G+](https://plus.google.com/share?url=https://github.com/fabioars/underwater)
- [LinkedIn](https://www.linkedin.com/shareArticle?url=https://github.com/fabioars/underwater&title=Underwater.js)

## Getting Started

- CDN - [https://unpkg.com/underwater/dist/underwater.min.js](https://unpkg.com/underwater/dist/underwater.min.js)

Download npm package

$ npm install underwater

or use Yarn

$ yarn add underwater

Using CDN

Using Webpack

import * as _ from 'underwater';

Using a local reference