Files
oh-my-opencode/dist/hooks/auto-update-checker/checker/local-dev-path.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
143 B
TypeScript

export declare function isLocalDevMode(directory: string): boolean;
export declare function getLocalDevPath(directory: string): string | null;