UNPKG

poststore

Version:

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

5 lines (4 loc) 193 B
import type { Node } from 'unist'; import { PostInfo } from '../typings'; declare const _default: (filePath: string, info: PostInfo) => () => (root: Node) => Node; export default _default;