UNPKG

@shopana/ga

Version:

Type-safe Google Analytics 4 (GA4) tracking library for React and Next.js with ecommerce support, event batching, and SSR compatibility

14 lines 281 B
import {} from '../types/common'; import {} from '../types/platform'; export class ServerNoopAdapter { async load(_config) { } isReady() { return false; } async send(_payload) { } destroy(_config) { } } //# sourceMappingURL=serverNoop.js.map