identity.js 208 B

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