UNPKG

eliza-core

Version:

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

11 lines (10 loc) 313 B
import * as tslib_1 from "tslib"; import { Key } from './key'; var GotoKey = (function (_super) { tslib_1.__extends(GotoKey, _super); function GotoKey(dest) { return _super.call(this, dest.getKey(), dest.getRank(), dest.getDecomp()) || this; } return GotoKey; }(Key)); export { GotoKey };