UNPKG

legal-markdown-js

Version:

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

18 lines 479 B
/** * Chrome Setup Helper * * Provides utilities to detect and help resolve Chrome/Chromium setup issues * for PDF generation when installed via npm. */ interface ChromeStatus { hasSystemChrome: boolean; hasPuppeteerCache: boolean; chromePaths: string[]; suggestions: string[]; } /** * Checks the current Chrome/Chromium setup status */ export declare function checkChromeStatus(): ChromeStatus; export {}; //# sourceMappingURL=chrome-setup-helper.d.ts.map