UNPKG

legal-markdown-js

Version:

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

4 lines 217 B
import { type LegalMdConfig } from './schema.js'; export declare function getRuntimeConfig(): LegalMdConfig; export declare function setRuntimeConfig(config: LegalMdConfig): void; //# sourceMappingURL=runtime.d.ts.map