1.0.1 • Published 8 years ago

meta-noop v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

meta-noop

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.

Installation

npm install meta-noop

Usage

const metaNoop = require('meta-noop');

// Invoke all noop() implemenations, return results as array.
metaNoop();

Author

Stefan Daschek (stefan@daschek.net)