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