UNPKG

gentyl

Version:

A Generator That You'll Love

14 lines (13 loc) 325 B
var Gentyl; (function (Gentyl) { var Terminal = (function () { function Terminal(type) { this.type = type; } Terminal.prototype.check = function (obj) { return true; }; return Terminal; }()); Gentyl.Terminal = Terminal; })(Gentyl || (Gentyl = {}));