fabioars / underwater

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

Home Page:https://fabioars.github.io/underwater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

underwater

Lightweight ES6+ substitute to lodash and underscore.js

CircleCI npm npm

Share with friends

Give us a star on GitHub and share with friends.

Getting Started

Download npm package

$ npm install underwater

or use Yarn

$ yarn add underwater

Using CDN

<script src="https://unpkg.com/underwater/dist/underwater.min.js"></script>

Using Webpack

import * as _ from 'underwater';

Using a local reference

<script src="path/to/underwater/underwater.min.js"></script>

About

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

https://fabioars.github.io/underwater

License:MIT License


Languages

Language:JavaScript 99.2%Language:CSS 0.8%