Because a single implementation of noop()
won’t do.
Depends on and uses all noop implementations I could find on npm. Please consider this a work of art.
npm install meta-noop
const metaNoop = require('meta-noop');
// Invoke all noop() implemenations, return results as array.
metaNoop();