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 374 B
/** * @fileoverview Processing options prompts for Interactive CLI */ import { CliProcessingOptions, OutputFormat } from '../types.js'; /** * Prompt user for processing options based on selected output formats */ export declare function promptProcessingOptions(outputFormats: OutputFormat): Promise<CliProcessingOptions>; //# sourceMappingURL=processing-options.d.ts.map