0.0.3 • Published 7 years ago

zep v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

(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.

0.0.3

7 years ago

0.0.2

10 years ago

0.0.1

10 years ago