the-forest/client/node_modules/@babel/runtime/helpers/esm/identity.js
2024-09-17 20:35:18 -04:00

4 lines
70 B
JavaScript

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