UNPKG

opencoder

Version:
10 lines (9 loc) 263 B
export declare function findNearestPackageJson(dir: string): string | null; export declare const env: { isCI: boolean; platform: string; nodeVersion: string; terminal: string | undefined; cwd: string; }; export declare const coderDir: string;