identity.js 143 B

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