eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 346 B
JavaScript
const REBIND_MISSING_CALLBACKS=Symbol.for(`eve:dynamic-rebind-missing-callbacks`);function markDynamicCallbackRebind(e){return Object.defineProperty(e,REBIND_MISSING_CALLBACKS,{value:!0}),e}function shouldRebindDynamicCallbacks(e){return Reflect.get(e,REBIND_MISSING_CALLBACKS)===!0}export{markDynamicCallbackRebind,shouldRebindDynamicCallbacks};