Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabioars/underwater
- Owner: fabioars
- License: mit
- Created: 2017-12-01T18:28:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T09:17:19.000Z (over 5 years ago)
- Last Synced: 2024-10-06T02:18:01.015Z (2 months ago)
- Topics: array-manipulations, cdn, event-driven, js, lodash, underscore
- Language: JavaScript
- Homepage: https://fabioars.github.io/underwater
- Size: 497 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-list - underwater - ES6 Collection of helper functions. Lodash like | fabioars | 19 | (JavaScript)
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