module.exports = function (x) { return x }
npm install identity-function
Here is the complete source code of this module:
``module.exports = function (x) { return x }``
public domain