UNPKG

eve

Version:

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

7 lines 356 B
import { type AttributeChange } from '#compiled/@workflow/world/index.js'; interface AttributeChangeOptions { allowReservedAttributes?: boolean; } export declare function normalizeAttributeChanges(attrs: Record<string, string | undefined>, options?: AttributeChangeOptions): AttributeChange[]; export {}; //# sourceMappingURL=attribute-changes.d.ts.map