UNPKG

meblog

Version:

A simple blog engine for personal blogging

5 lines (4 loc) 216 B
import { Config } from '../core/model'; import { Arguments } from 'yargs'; export declare const loadConfig: (args: Arguments) => Config; export declare const run: (args: Arguments, tasks: string[]) => Promise<void>;