UNPKG

@sentry/react-native

Version:
9 lines 412 B
import type { AndroidCombinedProfileEvent, CombinedProfileEvent } from './types'; export declare const PROFILE_QUEUE: { get: (key: string) => AndroidCombinedProfileEvent | CombinedProfileEvent; add: (key: string, value: AndroidCombinedProfileEvent | CombinedProfileEvent) => void; delete: (key: string) => boolean; clear: () => void; size: () => number; }; //# sourceMappingURL=cache.d.ts.map