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 🌎

7 lines (6 loc) 188 B
export declare class TFragment { t: number | [number, number]; constructor(t: number | [number, number]); toString(): string; static fromString(time: string): TFragment; }