UNPKG

foop

Version:

interfaces that describe their intentions.

22 lines (21 loc) 277 B
/** * @name noop * * @memberOf util * @func * @since 5.0.0 * @return {void} * * {@link https://github.com/sindresorhus/noop3 noop3} * @see {@link noop3} * * @example * * noop * * @example * * noop() * */ module.exports = function noop() { /* noop */ }