UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

9 lines 278 B
/** * @fileoverview Output format selection prompt for Interactive CLI */ import { OutputFormat } from '../types'; /** * Prompt user to select output formats */ export declare function selectOutputFormats(): Promise<OutputFormat>; //# sourceMappingURL=output-format.d.ts.map