UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

8 lines (7 loc) 235 B
declare global { interface String { toPosix(): string; } } export declare function arePathsEqual(path1?: string, path2?: string): boolean; export declare function getReadablePath(cwd: string, relPath?: string): string;