Files
2026-02-21 10:33:18 +01:00

3 lines
133 B
TypeScript

import type { ParserState } from './state/parser-state';
export declare const checkIfDone: (state: ParserState) => Promise<boolean>;