UNPKG

r2-opds-js

Version:

Readium 2 'opds' for NodeJS (TypeScript)

7 lines (6 loc) 176 B
import { OPDSLink } from "./opds2-link"; import { OPDSMetadata } from "./opds2-metadata"; export declare class OPDSFacet { Metadata: OPDSMetadata; Links: OPDSLink[]; }