UNPKG

poststore

Version:

PostStore can be used with NEXT.JS to create markdown-based blogs.

4 lines (3 loc) 240 B
export declare const getCachedData: <T>(filePath: string, newContent: string) => T | undefined; export declare const saveCache: <T>(filePath: string, content: string, data: T) => void; export declare const buildInfoFileSave: () => void;