Files
oh-my-opencode/dist/hooks/todo-continuation-enforcer/todo.d.ts
T

3 lines
104 B
TypeScript
Raw Normal View History

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