zep

0.0.3 • Public • Published

(DEPRECATED)

zep.js

Utility library for functional programming in JavaScript

Documentation

https://lab.miguelmota.com/zep

Install

Available via Bower

bower install zep

Available via npm

npm install zep

Extend _

To extend the _ when using libraries such as underscore or lodash, pass in zep._() to the underscore mixin function. Zep functions will not override underscore functions if they already exist, unless you pass zep._(true)

_.mixin(zep._()); // extend underscore

Test

npm test

Build

grunt build

Source

https://github.com/miguelmota/zep

License

Released under the MIT License.

Dependents (0)

Package Sidebar

Install

npm i zep

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • miguelmota