UNPKG

@firebase/analytics

Version:

A analytics package for new firebase packages

15 lines (14 loc) 306 B
/** * The Firebase Analytics Web SDK. * This SDK does not work in a Node.js environment. * * @packageDocumentation */ import '@firebase/installations'; declare global { interface Window { [key: string]: unknown; } } export * from './api'; export * from './public-types';