UNPKG

markugen

Version:

Markdown to HTML/PDF static site generation tool

7 lines (6 loc) 202 B
import yargs from 'yargs'; /** * Common arguments for all CLIs to support the options available to * the {@link Markugen} object. */ export declare const MarkugenArgs: Record<string, yargs.Options>;