UNPKG

legal-markdown-js

Version:

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

8 lines 257 B
/** * @fileoverview Output filename input prompt for Interactive CLI */ /** * Prompt user for output filename (without extension) */ export declare function promptOutputFilename(inputFile: string): Promise<string>; //# sourceMappingURL=filename.d.ts.map