We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Do nothing.
Similar: ARGUMENTS, NOOP, IDENTITY, COMPARE.
function NOOP(...args) // args: arguments (ignored)
const xasyncfn = require('extra-async-function'); await xasyncfn.NOOP(1, 2); // → undefined await xasyncfn.NOOP('a', Promise.resolve('b')); // → undefined