next-axiom
Version:
Send WebVitals from your Next.js project to Axiom.
15 lines (14 loc) • 500 B
TypeScript
import GenericConfig from './platform/generic';
declare global {
var EdgeRuntime: string;
var WorkerGlobalScope: any;
}
export declare const Version: any;
export declare const isVercelIntegration: string | undefined;
export declare const isVercel: string | undefined;
export declare const isNetlify: boolean;
export declare const isWebWorker: boolean;
export declare const isBrowser: boolean;
export declare const isEdgeRuntime: boolean;
declare let config: GenericConfig;
export { config };