UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

8 lines (7 loc) 211 B
import { EpubCfiResolverErrorType } from './EpubCfiResolverErrorType.js'; export interface IEpubCfiResolverError { documentUrl: URL; errorData: any; node: Node; type: EpubCfiResolverErrorType; }