/noop

Do nothing.

Primary LanguageJavaScriptMIT LicenseMIT

noop Build Status

Do nothing.

I expect this module not to ever get unpublished or published with a different function signature - therefore it can be used for testing various npm things, like installing or getting package info.

Install

$ npm install @nikersify/noop

Usage

const noop = require('@nikersify/noop')

noop(5) // 5

License

MIT