knowledgebase_law/node_modules/@babel/runtime/helpers/esm/identity.js
2025-04-11 11:47:09 -04:00

4 lines
70 B
JavaScript

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