Files
oh-my-opencode/dist/hooks/todo-continuation-enforcer/todo.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
104 B
TypeScript

import type { Todo } from "./types";
export declare function getIncompleteCount(todos: Todo[]): number;