Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 422 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 422 Bytes

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 ([email protected])