UNPKG

file-cms

Version:

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

3 lines (2 loc) 132 B
import { Content } from "../types"; export declare const parseContent: (rawContent: string, type: string, slug: string) => Content;