UNPKG

495 BTypeScriptView Raw
1export declare const scrubTenantFromUri: (uri: string) => String;
2export declare const hashPersonalIdentifier: (valueToHash: string) => string;
3export declare const prependEventNamePrefix: (suffix: string) => string;
4export declare const supportsBrowserPerformance: () => boolean;
5export declare const endBrowserPerformanceMeasurement: (measureName: string, startMark: string, endMark: string) => void;
6export declare const startBrowserPerformanceMeasurement: (startMark: string) => void;