UNPKG

@readium/shared

Version:

Shared models to be used across other Readium projects and implementations in Typescript

3 lines 101 B
export default function (tokenize: Tokenizer): { sentences: () => (text: string) => Segment[]; };