iterate-js
Description
Adds onto the iterate-js-lite base model, __.flow and the __.render.[...] section, along with many new built in classes inside __.lib.
Mostly experimental functions/classes ill suited for lite will stay in here.
Wiki
Installation
Install package with NPM and add it to your development dependencies:
npm install iterate-js
Around 14kb + 11kb from inheriting iterate-js-lite, uglified and minified.
Usage
See iterate-js-lite for most of the base functionality.
var __ = ; // Iterate over everything__all 'hello' 'world' { console; };__all 'hello': 1 'world': 2 { console; }; // Map array or objectsconsole;// Map array or object to either orconsole; // Evaluate anythingconsole;console;console; // Boolean evalconsole; // Check for null, undefined and NaNconsole; // [].length is defined // And more__all__ { console; };