tanam
Version:
Pluggable CMS for Firebase
10 lines (9 loc) • 388 B
TypeScript
import * as functions from 'firebase-functions';
import * as configService from './services/config.service';
export * from './triggers';
export declare const tanam: functions.HttpsFunction;
export declare const initializeApp: typeof configService.setConfig;
/**
* Get a cache header string that can be set in a HTTP response header.
*/
export declare function getCacheHeader(): string;