r2-navigator-js
Version:
Readium 2 'navigator' for NodeJS (TypeScript)
40 lines • 4.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EpubCfiValidator = exports.EpubCfiStringifier = exports.EpubCfiVirtualTarget = exports.EpubCfiSideBias = exports.EpubCfiResolverErrorType = exports.EpubCfiResolvedTarget = exports.EpubCfiResolvedPath = exports.EpubCfiResolvedLocalPath = exports.EpubCfiResolver = exports.EpubCfiIntendedTargetType = exports.EpubCfiParserErrorType = exports.EpubCfiParser = exports.EpubCfiLexer = exports.EpubCfiOffsetType = exports.EpubCfiBuilder = exports.EpubCfiUtils = exports.EpubCfiErrorType = exports.EpubCfiError = void 0;
var EpubCfiError_js_1 = require("./EpubCfiError.js");
Object.defineProperty(exports, "EpubCfiError", { enumerable: true, get: function () { return EpubCfiError_js_1.EpubCfiError; } });
var EpubCfiErrorType_js_1 = require("./EpubCfiErrorType.js");
Object.defineProperty(exports, "EpubCfiErrorType", { enumerable: true, get: function () { return EpubCfiErrorType_js_1.EpubCfiErrorType; } });
var EpubCfiUtils_js_1 = require("./EpubCfiUtils.js");
Object.defineProperty(exports, "EpubCfiUtils", { enumerable: true, get: function () { return EpubCfiUtils_js_1.EpubCfiUtils; } });
var EpubCfiBuilder_js_1 = require("./builder/EpubCfiBuilder.js");
Object.defineProperty(exports, "EpubCfiBuilder", { enumerable: true, get: function () { return EpubCfiBuilder_js_1.EpubCfiBuilder; } });
var EpubCfiOffsetType_js_1 = require("./model/offset/EpubCfiOffsetType.js");
Object.defineProperty(exports, "EpubCfiOffsetType", { enumerable: true, get: function () { return EpubCfiOffsetType_js_1.EpubCfiOffsetType; } });
var EpubCfiLexer_js_1 = require("./lexer/EpubCfiLexer.js");
Object.defineProperty(exports, "EpubCfiLexer", { enumerable: true, get: function () { return EpubCfiLexer_js_1.EpubCfiLexer; } });
var EpubCfiParser_js_1 = require("./parser/EpubCfiParser.js");
Object.defineProperty(exports, "EpubCfiParser", { enumerable: true, get: function () { return EpubCfiParser_js_1.EpubCfiParser; } });
var EpubCfiParserErrorType_js_1 = require("./parser/EpubCfiParserErrorType.js");
Object.defineProperty(exports, "EpubCfiParserErrorType", { enumerable: true, get: function () { return EpubCfiParserErrorType_js_1.EpubCfiParserErrorType; } });
var EpubCfiIntendedTargetType_js_1 = require("./resolver/EpubCfiIntendedTargetType.js");
Object.defineProperty(exports, "EpubCfiIntendedTargetType", { enumerable: true, get: function () { return EpubCfiIntendedTargetType_js_1.EpubCfiIntendedTargetType; } });
var EpubCfiResolver_js_1 = require("./resolver/EpubCfiResolver.js");
Object.defineProperty(exports, "EpubCfiResolver", { enumerable: true, get: function () { return EpubCfiResolver_js_1.EpubCfiResolver; } });
var EpubCfiResolvedLocalPath_js_1 = require("./resolver/EpubCfiResolvedLocalPath.js");
Object.defineProperty(exports, "EpubCfiResolvedLocalPath", { enumerable: true, get: function () { return EpubCfiResolvedLocalPath_js_1.EpubCfiResolvedLocalPath; } });
var EpubCfiResolvedPath_js_1 = require("./resolver/EpubCfiResolvedPath.js");
Object.defineProperty(exports, "EpubCfiResolvedPath", { enumerable: true, get: function () { return EpubCfiResolvedPath_js_1.EpubCfiResolvedPath; } });
var EpubCfiResolvedTarget_js_1 = require("./resolver/EpubCfiResolvedTarget.js");
Object.defineProperty(exports, "EpubCfiResolvedTarget", { enumerable: true, get: function () { return EpubCfiResolvedTarget_js_1.EpubCfiResolvedTarget; } });
var EpubCfiResolverErrorType_js_1 = require("./resolver/EpubCfiResolverErrorType.js");
Object.defineProperty(exports, "EpubCfiResolverErrorType", { enumerable: true, get: function () { return EpubCfiResolverErrorType_js_1.EpubCfiResolverErrorType; } });
var EpubCfiSideBias_js_1 = require("./resolver/EpubCfiSideBias.js");
Object.defineProperty(exports, "EpubCfiSideBias", { enumerable: true, get: function () { return EpubCfiSideBias_js_1.EpubCfiSideBias; } });
var EpubCfiVirtualTarget_js_1 = require("./resolver/EpubCfiVirtualTarget.js");
Object.defineProperty(exports, "EpubCfiVirtualTarget", { enumerable: true, get: function () { return EpubCfiVirtualTarget_js_1.EpubCfiVirtualTarget; } });
var EpubCfiStringifier_js_1 = require("./stringifier/EpubCfiStringifier.js");
Object.defineProperty(exports, "EpubCfiStringifier", { enumerable: true, get: function () { return EpubCfiStringifier_js_1.EpubCfiStringifier; } });
var EpubCfiValidator_js_1 = require("./validator/EpubCfiValidator.js");
Object.defineProperty(exports, "EpubCfiValidator", { enumerable: true, get: function () { return EpubCfiValidator_js_1.EpubCfiValidator; } });
//# sourceMappingURL=index.js.map