UNPKG

@firebase/remote-config

Version:

The Remote Config package of the Firebase JS SDK

14 lines (13 loc) 251 B
/** * Firebase Remote Config * * @packageDocumentation */ declare global { interface Window { FIREBASE_REMOTE_CONFIG_URL_BASE: string; } } export * from './api'; export * from './api2'; export * from './public_types';