UNPKG

legal-markdown-js

Version:

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

17 lines 439 B
/** * File input helper functions for Interactive CLI * * Shared utilities for file selection and browsing across different * interactive CLI components. * * @module */ /** * Handle browsing to a different folder */ export declare function handleBrowseFolder(): Promise<string>; /** * Handle manual file path input */ export declare function handleManualInput(): Promise<string>; //# sourceMappingURL=file-input-helpers.d.ts.map