UNPKG

r2-navigator-js

Version:

Readium 2 'navigator' for NodeJS (TypeScript)

4 lines (3 loc) 259 B
import { TextFragment } from "../../common/selection"; export declare const convertTextFragmentToRanges: (textFragment: TextFragment, documant: Document) => Range[]; export declare const convertRangeToTextFragment: (range: Range) => TextFragment | undefined;