import type { Event } from '../types'; export function pushDatalayer(event: Event) { if (!window.dataLayer) return; window.dataLayer.push(event); }