method/noOp.ts

/** @module Function */

/**
 * Reusable empty function that is a no-op
 * @function
 * @returns {void}
 */
export const noOp = (): void => {}