gulp-armapbo
Version:
The plugin for Gulp which allows to pack ArmA pbo files from sources.
11 lines (9 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var PackingMethod;
(function (PackingMethod) {
PackingMethod[PackingMethod["uncompressed"] = 0] = "uncompressed";
PackingMethod[PackingMethod["packed"] = 1131442803] = "packed";
PackingMethod[PackingMethod["product"] = 1449489011] = "product";
})(PackingMethod = exports.PackingMethod || (exports.PackingMethod = {}));
//# sourceMappingURL=packingMethod.js.map