UNPKG

eve

Version:

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

4 lines (3 loc) • 279 B
import { type RegistryCommandLogger } from "./registry-recovery.js"; /** Adds registry namespace mappings to the project's package.json. */ export declare function runRegistryAddCommand(logger: RegistryCommandLogger, appRoot: string, mappings: readonly string[]): Promise<void>;