wishthis/node_modules/rxjs/dist/cjs/internal/util/identity.js

8 lines
208 B
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
2022-04-07 07:06:43 +00:00
exports.identity = void 0;
2022-01-21 08:28:41 +00:00
function identity(x) {
return x;
}
exports.identity = identity;
//# sourceMappingURL=identity.js.map