This method returns undefined.
npm install noop-x
yarn add noop-x
pnpm add noop-x
bun add noop-x
module.exports
Function
Kind: Exported member Returns: undefined - Always undefined. Example
undefined
import noop from 'noop-x'; console.log(noop()); // undefined