identity.js 185 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = _identity;
  6. function _identity(x) {
  7. return x;
  8. }
  9. //# sourceMappingURL=identity.js.map