gaffa-for-each

1.0.5 • Public • Published

gaffa-for-each

forEach action for gaffa

example (inspect the source)

Install:

npm i gaffa-for-each

Add to gaffa:

var ForEach = require('gaffa-for-each');

gaffa.registerConstructor(ForEach);

API

Properties (instanceof Gaffa.Property)

target (get)

The target object who's keys to itterate over.

Actions

forEach

The actions to call for each item present in the target.

Readme

Keywords

Package Sidebar

Install

npm i gaffa-for-each

Weekly Downloads

3

Version

1.0.5

License

MIT

Last publish

Collaborators

  • korynunn