All Projects → fabioars → underwater

fabioars / underwater

Licence: MIT License
~2kb - ES6 Collection of helper functions. Lodash like

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to underwater

underscore.haz
🔍 _.haz() is like _.has() but this underscore and/or lodash mixin lets you do deep object key existence checking with a dot denoted string, for example 'a.b.c'
Stars: ✭ 13 (-27.78%)
Mutual labels:  lodash, underscore
Nspl
Non-Standard PHP Library - functional primitives toolbox and more
Stars: ✭ 365 (+1927.78%)
Mutual labels:  lodash, underscore
eslint-plugin-lodash-template
ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.
Stars: ✭ 15 (-16.67%)
Mutual labels:  lodash, underscore
rudash
Rudash - Lodash for Ruby Apps
Stars: ✭ 27 (+50%)
Mutual labels:  lodash, underscore
Dash
Functional programming library for PHP. Inspired by Underscore, Lodash, and Ramda.
Stars: ✭ 84 (+366.67%)
Mutual labels:  lodash, underscore
Lodash Id
Makes it easy to manipulate id-based resources with lodash or lowdb
Stars: ✭ 434 (+2311.11%)
Mutual labels:  lodash, underscore
Gulp Template
Render/precompile Lodash templates
Stars: ✭ 276 (+1433.33%)
Mutual labels:  lodash, underscore
Blog
若川的博客—学习源码整体架构系列8篇,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 234 (+1200%)
Mutual labels:  lodash, underscore
Javascript ninja
javascript-ninja 😆
Stars: ✭ 11 (-38.89%)
Mutual labels:  lodash, underscore
Sensei Grid
Simple and lightweight data grid in JS/HTML
Stars: ✭ 808 (+4388.89%)
Mutual labels:  lodash, underscore
You Dont Need Lodash Underscore
List of JavaScript methods which you can use natively + ESLint Plugin
Stars: ✭ 13,915 (+77205.56%)
Mutual labels:  lodash, underscore
php-lodash
php-lodash is a PHP utility library, similar to Underscore/Lodash.
Stars: ✭ 35 (+94.44%)
Mutual labels:  lodash, underscore
php-helpers
A Collection of useful php helper functions.
Stars: ✭ 26 (+44.44%)
Mutual labels:  array-manipulations
indexed-cache
A tiny Javsacript library for sideloading static assets on pages and caching them in the browser's IndexedDB for longer-term storage.
Stars: ✭ 56 (+211.11%)
Mutual labels:  cdn
statechart
A rust implementation of statecharts: hierarchical, reactive state machines
Stars: ✭ 41 (+127.78%)
Mutual labels:  event-driven
burns
Manage your application's events without writing spaghetti code
Stars: ✭ 86 (+377.78%)
Mutual labels:  event-driven
Cart
No description or website provided.
Stars: ✭ 22 (+22.22%)
Mutual labels:  event-driven
libdynamic
High performance utility library for C
Stars: ✭ 78 (+333.33%)
Mutual labels:  event-driven
hfos-legacy
Hackerfleet Operating System
Stars: ✭ 28 (+55.56%)
Mutual labels:  event-driven
auto-cloudinary
Super simple Cloudinary auto-upload implementation for WordPress.
Stars: ✭ 34 (+88.89%)
Mutual labels:  cdn

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].