UNPKG

legal-markdown-js

Version:

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

21 lines 602 B
/** * Path constants loaded from environment variables */ export declare const PATHS: { readonly IMAGES_DIR: string; readonly STYLES_DIR: string; readonly DEFAULT_INPUT_DIR: string; readonly DEFAULT_OUTPUT_DIR: string; readonly ARCHIVE_DIR: string; }; /** * Resolved absolute paths based on current working directory */ export declare const RESOLVED_PATHS: { readonly IMAGES_DIR: string; readonly STYLES_DIR: string; readonly DEFAULT_INPUT_DIR: string; readonly DEFAULT_OUTPUT_DIR: string; readonly ARCHIVE_DIR: string; }; //# sourceMappingURL=paths.d.ts.map