UNPKG

eliza-core

Version:

A rendition of ELIZA program engine by Weizenbaum sharable for all javascript environments

5 lines (4 loc) 208 B
import { ScriptInterpretingError } from './base-error'; export declare class UnexpectedNumberException extends ScriptInterpretingError { constructor(problemStr: string, ruleType: 'key' | 'reassembly'); }