Files
infocom-systems-design/node_modules/@swc/helpers/cjs/_identity.cjs
2025-10-03 22:27:28 +03:00

8 lines
79 B
JavaScript

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