UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

10 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EpubCfiError = void 0; class EpubCfiError extends Error { constructor(type) { super(type); } } exports.EpubCfiError = EpubCfiError; //# sourceMappingURL=EpubCfiError.js.map