UNPKG

homm3-parsers

Version:

Collection of binary parsers able to parse various file formats related to Heroes of Might and Magic III

6 lines 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const binary_markup_1 = require("binary-markup"); const common_bml_1 = require("./common.bml"); exports.pandoraBox = binary_markup_1.struct(binary_markup_1.flag `hasGuardians`, binary_markup_1.when(binary_markup_1.ctx `hasGuardians`, common_bml_1.guardians) `guardians`, common_bml_1.contents `contents`); //# sourceMappingURL=pandoraBox.bml.js.map