UNPKG

@readium/shared

Version:

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

7 lines (6 loc) 164 B
import { Presentation } from './Presentation'; declare module '../Metadata' { interface Metadata { getPresentation(): Presentation | undefined; } }