identity.js (144B)
1 function _identity(x) { 2 return x; 3 } 4 5 module.exports = _identity, module.exports.__esModule = true, module.exports["default"] = module.exports;