UNPKG

@maxverse/media-web-sdk

Version:
9 lines (8 loc) 202 B
declare class Cache { #private; constructor(); hasKey: (key: string) => boolean; setValue: (key: string, value: any) => void; getValue: (key: string) => any; } export default Cache;