UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

8 lines (6 loc) 109 B
import type { Faro } from '@grafana/faro-core'; declare global { interface Window { faro: Faro; } }