UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

3 lines (2 loc) 139 B
export declare function saveInternalRumData(key: string, value: any): void; export declare function getInternalRumData<T>(key: string): T;