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 🌎

6 lines (5 loc) 113 B
export declare class StringValue { value: string; constructor(value?: string); toString(): string; }