This library is an extension for Underscore which allows chaining functions into a single method that executes them in sequence.
Features
- Catenate merged functions.
Dependencies
- underscore.js (>= 1.5.0)
Node
var _ = ;_;
Examples
var { console;}; var { console;}; var helloWorld = _;; // hello world
License
Copyright (c) 2013-2014 Mateus Maso. Released under an MIT license.