UNPKG

eve

Version:

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

1 lines 257 B
import{relative}from"node:path";import{shellQuote}from"#shared/shell-quote.js";const quoteVercelShellArgument=shellQuote;function toVercelRelativePath(e,t){return relative(e,t).replaceAll(`\\`,`/`)||`.`}export{quoteVercelShellArgument,toVercelRelativePath};