1.0.0 • Published 5 years ago

@nikersify/noop v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

noop

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