Edit File: index.d.ts
/** * Firebase App * * @remarks This package coordinates the communication between the different Firebase components * @packageDocumentation */ export * from './api'; export * from './internal'; export * from './public-types';
Back to File Manager