UNPKG

tanam

Version:

Pluggable CMS for Firebase

4 lines (3 loc) 246 B
export declare const createCache: (siteId: string, path: string) => Promise<any>; export declare const updateCache: (siteId: string, path: string) => Promise<any>; export declare const deleteCache: (siteId: string, path: string) => Promise<any>;