UNPKG

poststore

Version:

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

3 lines (2 loc) 91 B
declare const slugify: (name: string, delimeter?: string) => string; export { slugify };