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 xasyncfn = require('extra-async-function'); await xasyncfn.NOOP(1, 2); // → undefined await xasyncfn.NOOP('a', Promise.resolve('b')); // → undefined