UNPKG

file-cms

Version:

File based Content Management System, easy to use with content stored in native file system

3 lines (2 loc) 144 B
import { Content } from "../types"; export declare const fetchContentCached: (rootDir: string, type: string, slug: string) => Promise<Content>;