peakon_action_plan/node_modules/@babel/runtime/helpers/esm/identity.js
2025-08-30 13:27:49 -05:00

4 lines
No EOL
70 B
JavaScript

function _identity(t) {
return t;
}
export { _identity as default };