Kargi-Sitesi/node_modules/@angular/fire/performance/firebase.d.ts

6 lines
357 B
TypeScript
Raw Normal View History

2024-11-03 21:30:09 -05:00
export * from 'firebase/performance';
import { getPerformance as _getPerformance, initializePerformance as _initializePerformance, trace as _trace } from 'firebase/performance';
export declare const getPerformance: typeof _getPerformance;
export declare const initializePerformance: typeof _initializePerformance;
export declare const trace: typeof _trace;