UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

5 lines (4 loc) 246 B
export declare const setGaAttributes: (attrs: Record<string, unknown>) => void; export declare const getGaAttributes: () => Promise<object>; export declare const doNotTrack: () => boolean; export declare const isNewRelicAvailable: () => boolean;