UNPKG

route-claudecode

Version:

Advanced routing and transformation system for Claude Code outputs to multiple AI providers

10 lines 364 B
/** * Path resolution utilities */ /** * Resolve path with tilde expansion and project config directory search * Handles both regular paths and paths starting with ~/ * Also searches in project config directories if file not found at specified path */ export declare function resolvePath(filePath: string): string; //# sourceMappingURL=path-resolver.d.ts.map