This package has been deprecated

Author message:

No longer maintained

util-invoke

1.0.1 • Public • Published

Invoke

NPM version Build status Test coverage Gittip

Functional utility for creating a function that will invoke the same method on every passed in object.

Installation

npm install util-invoke --save

Usage

var children = [1, 2, 3, true];
 
children.map(invoke('toString', 10)); //=> ['1', '2', '3', 'true']

License

MIT

Package Sidebar

Install

npm i util-invoke

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • blakeembrey