UNPKG

509 BTypeScriptView Raw
1export * from 'firebase/functions';
2import { connectFunctionsEmulator as _connectFunctionsEmulator, getFunctions as _getFunctions, httpsCallable as _httpsCallable, httpsCallableFromURL as _httpsCallableFromURL } from 'firebase/functions';
3export declare const connectFunctionsEmulator: typeof _connectFunctionsEmulator;
4export declare const getFunctions: typeof _getFunctions;
5export declare const httpsCallable: typeof _httpsCallable;
6export declare const httpsCallableFromURL: typeof _httpsCallableFromURL;