UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

4 lines (3 loc) 272 B
import type { DynamicSentinel } from "#dynamic/definition.js"; export declare function markDynamicCallbackRebind<TResult>(sentinel: DynamicSentinel<TResult>): DynamicSentinel<TResult>; export declare function shouldRebindDynamicCallbacks(value: DynamicSentinel): boolean;