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