UNPKG

@logtail/next

Version:

Better Stack Telemetry Next.js client

15 lines (14 loc) 500 B
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 };