UNPKG

legal-markdown-js

Version:

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

7 lines 217 B
export type AssetEntry = { content: string; mime: string; }; export type AssetMap = Record<string, AssetEntry>; export declare const EMBEDDED_WEB_ASSETS: AssetMap; //# sourceMappingURL=embedded-assets.d.ts.map