UNPKG

jspurefix

Version:
14 lines 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParsingResult = void 0; class ParsingResult { constructor(event, msgType, view, contents, parser) { this.event = event; this.msgType = msgType; this.view = view; this.contents = contents; this.parser = parser; } } exports.ParsingResult = ParsingResult; //# sourceMappingURL=parsing-result.js.map