eliza-core
Version:
A rendition of ELIZA program engine by Weizenbaum sharable for all javascript environments
9 lines (8 loc) • 340 B
TypeScript
export * from './base-error';
export * from './unexpected-number.exception';
export * from './no-mention-def.exception';
export * from './no-reassemb-rule.exception';
export * from './unknown-rule.exception';
export * from './goto-lost.exception';
export * from './duplicate-annotate.exception';
export * from './invalid-string.exception';