UNPKG

@acdh-oeaw/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

9 lines (8 loc) 297 B
import { Information } from "./Information"; import { InformationArgs } from "./InformationArgs"; import { IExtension } from "./IExtension"; export declare class InformationFactory { extension: IExtension; constructor(extension: IExtension); Get(args: InformationArgs): Information; }