UNPKG

poststore

Version:

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

6 lines (5 loc) 220 B
/// <reference types="node" /> import { PostStore } from '../typings'; import { FSWatcher } from 'fs'; export declare const storeMap: Map<string, PostStore>; export declare const watcherMap: Map<string, FSWatcher>;