Files
Tiber365/node_modules/@swc/helpers/cjs/_identity.cjs
2025-07-24 18:46:24 +02:00

8 lines
79 B
JavaScript

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