UNPKG

universalviewer

Version:

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

8 lines (7 loc) 229 B
export declare class UVAdapter { readonly: boolean; constructor(readonly: boolean); get<T>(_key: string, _defaultValue: T | undefined): T | undefined; set<T>(_key: string, _value: T): void; dispose(): void; }