UNPKG

@mariozechner/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

7 lines 271 B
/** * Returns true if the value is NOT a package source (npm:, git:, etc.) * or a URL protocol. Bare names and relative paths without ./ prefix * are considered local. */ export declare function isLocalPath(value: string): boolean; //# sourceMappingURL=paths.d.ts.map