epub-maker2
Version:
Easily create epub files with javascript
13 lines • 519 B
JavaScript
/**
* Created by user on 2017/12/12/012.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnumSectionCollectType = void 0;
exports.default = exports;
var EnumSectionCollectType;
(function (EnumSectionCollectType) {
EnumSectionCollectType["INCLUDE_IN_TOC"] = "includeInToc";
EnumSectionCollectType["INCLUDE_IN_LANDMARKS"] = "includeInLandmarks";
})(EnumSectionCollectType || (exports.EnumSectionCollectType = EnumSectionCollectType = {}));
//# sourceMappingURL=var.js.map
;