UNPKG

abot_erbase

Version:
5 lines (4 loc) 293 B
import * as IMatch from './iferbase'; export declare function makeError_NO_KNOWN_WORD(index: number, tokens: string[]): IMatch.IERErrorNO_KNOWN_WORD; export declare function makeError_EMPTY_INPUT(): IMatch.IERError; export declare function explainError(errors: IMatch.IERError[]): string;