Home Reference Source

ts_temp/function/noop.js

/**
 * This method doing nothing and returns `undefined`.
 */
export default (() => { });