UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

7 lines (6 loc) 199 B
import { EpubCfiParserErrorType } from './EpubCfiParserErrorType.js'; export interface IEpubCfiParserError { srcOffset: number | undefined; type: EpubCfiParserErrorType; value: string; }