Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
import temporalUndefined from "./temporalUndefined.js";
|
|
import tdz from "./tdz.js";
|
|
function _temporalRef(r, e) {
|
|
return r === temporalUndefined ? tdz(e) : r;
|
|
}
|
|
export { _temporalRef as default }; |