UNPKG

eve

Version:

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

6 lines (5 loc) 223 B
/** * Creates the Rollup-compatible plugin that gives authored modules a small * asset-module surface for non-code relative imports. */ export declare function createAuthoredAssetImportPlugin(): Record<string, unknown>;