Files
khalij-pay/node_modules/@babel/helpers/lib/helpers/identity.js
2025-10-23 21:52:07 +03:30

12 lines
185 B
JavaScript

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