UNPKG

manifesto.js

Version:

IIIF Presentation API utility library for client and server

8 lines (7 loc) 170 B
export declare class JSONLDResource { context: string; id: string; __jsonld: any; constructor(jsonld?: any); getProperty(name: string): any; }