@zendesk/retrace
Version:
define and capture Product Operation Traces along with computed metrics with an optional friendly React beacon API
12 lines (11 loc) • 540 B
TypeScript
/**
* Copyright Zendesk, Inc.
*
* Use of this source code is governed under the Apache License, Version 2.0
* found at http://www.apache.org/licenses/LICENSE-2.0.
*/
export declare const noop: () => void;
export declare const every: <T>(iterable: Iterable<T>, predicate: (value: T) => boolean) => boolean;
/** can be easily mocked if needed */
export declare const getCurrentBrowserSupportForNonResponsiveStateDetection: () => boolean;
export declare const resetMemoizedCurrentBrowserSupportForNonResponsiveStateDetection: () => void;