Files
lcbp3.np-dms.work/frontend/node_modules/@swc/helpers/cjs/_identity.cjs
2025-09-21 20:29:15 +07:00

8 lines
79 B
JavaScript
Executable File

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