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.
$ npm install @nikersify/noop
const noop = require('@nikersify/noop')
noop(5) // 5
MIT