UNPKG

gbf-raidfinder-parser

Version:
12 lines 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TextParser = /** @class */ (function () { function TextParser() { } TextParser.prototype.invalidFormatError = function (text) { return new TypeError("Can't parse text '" + text + "'"); }; return TextParser; }()); exports.default = TextParser; //# sourceMappingURL=TextParser.js.map