UNPKG

@readium/shared

Version:

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

7 lines (6 loc) 143 B
import { Links } from '../Link'; declare module '../Publication' { interface Publication { getImages(): Links | undefined; } }