UNPKG

epub-maker2

Version:
13 lines 519 B
"use strict"; /** * 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