UNPKG

md-toy-blog

Version:

Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.

10 lines 499 B
export declare const createDir: (absPath: string) => Promise<unknown>; export declare const existsDir: (absPath: string) => Promise<boolean>; export declare const createDirIfNotExists: (absPath: string) => Promise<unknown>; export declare const promiseFs: { createDir: (absPath: string) => Promise<unknown>; existsDir: (absPath: string) => Promise<boolean>; createDirIfNotExists: (absPath: string) => Promise<unknown>; }; export default promiseFs; //# sourceMappingURL=promiseFs.d.ts.map