@angular/fire
Version:
Angular + Firebase = ❤️
6 lines (5 loc) • 357 B
TypeScript
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;