We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Do nothing.
Similar: ARGUMENTS, NOOP, IDENTITY, COMPARE.
function NOOP(...args) // args: arguments (ignored)
const xfunction = require('extra-function'); xfunction.NOOP(1, 2); // → undefined xfunction.NOOP('a', 'b'); // → undefined