UNPKG

260 BTypeScriptView Raw
1import { AngularFirePerformance } from './performance';
2import { PerformanceMonitoringService } from './performance.service';
3export declare class AngularFirePerformanceModule {
4 constructor(perf: AngularFirePerformance, _: PerformanceMonitoringService);
5}