Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 484 Bytes

readme.md

File metadata and controls

28 lines (16 loc) · 484 Bytes

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