UNPKG

@marp-team/marp-cli

Version:

A CLI interface for Marp and Marpit based converters

5 lines (4 loc) 201 B
import type { Argv } from 'yargs'; import yargs from 'yargs/yargs'; export declare const createYargs: (...opts: Parameters<typeof yargs>) => Argv<{}>; export declare const terminalWidth: () => number;