UNPKG

eliza-core

Version:

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

5 lines (4 loc) 172 B
import { ScriptInterpretingError } from './base-error'; export declare class NoMentionDefException extends ScriptInterpretingError { constructor(problemTag: string); }