noop

Util
since 2.3.0

This method returns undefined.

Example of Lodash _.noop

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