Repository URL to install this package:
|
Version:
6.0.4 ▾
|
/**
* @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()
*
*/
export default function noop() {
/* noop */
}