_.noop()

_.noop()

source npm package

This method returns undefined.

Since

2.3.0

Example

_.times(2, _.noop);
// => [undefined, undefined]