2.0.0 • Published 5 years ago

invariate v2.0.0

Weekly downloads
6
License
Unlicense
Repository
gitlab
Last release
5 years ago

Invariate

If

var f = invariate(function(name,value){})

then f can be called as

f(name,value)

or as

f({name1:value1,name2:value2,...})

in which case the function will be called for each (name,value) pair.

Additional parameters are passed as-is.

The return value is an array containing the return values of each function calls.

2.0.0

5 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

9 years ago