UNPKG

poststore

Version:

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

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