UNPKG

eve

Version:

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

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