There was an error while loading. Please reload this page.
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