UNPKG

@tindtechnologies/universalviewer

Version:

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

10 lines (9 loc) 228 B
export declare class Orbit { t: string; p: string; r: string; constructor(t: string, p: string, r: string); toString(): string; toAttributeString(): string; static fromString(orbit: string): Orbit; }