Skip to content

fabioars/underwater

Repository files navigation

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>