Files
powerpoint-toolbox/node_modules/@swc/helpers/cjs/_identity.cjs
T
2025-03-07 19:22:02 +01:00

8 lines
79 B
JavaScript

"use strict";
function _identity(x) {
return x;
}
exports._ = _identity;