Files
powerpoint-toolbox/node_modules/@babel/helpers/lib/helpers/identity.js
T
2025-03-07 19:22:02 +01:00

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