UNPKG

@readium/shared

Version:

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

11 lines (10 loc) 281 B
declare module '../Properties' { interface Properties { /** * Identifies content contained in the linked resource, that cannot be strictly identified using a * media type. */ getContains(): Set<string> | undefined; } } export {};