UNPKG

eve

Version:

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

6 lines (5 loc) • 342 B
import { shellQuote } from "#shared/shell-quote.js"; /** Quote one argument for Vercel's POSIX build-command shell. */ export declare const quoteVercelShellArgument: typeof shellQuote; /** Return a portable relative path for a generated Vercel configuration. */ export declare function toVercelRelativePath(from: string, to: string): string;