📄 index.d.ts
/home/palash/git/site/node_modules/@firebase/analytics/dist/src/index.d.ts
Language: ts • Lines: 14
/**
 * 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';