Files
pyrofetes-frontend/node_modules/rxjs/dist/cjs/internal/util/identity.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

8 lines
208 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.identity = void 0;
function identity(x) {
return x;
}
exports.identity = identity;
//# sourceMappingURL=identity.js.map