/** * This function does nothing and returns nothing. * * @function noop * @category Functional */ export default function noop(): void;