UNPKG

legal-markdown-js

Version:

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

8 lines 217 B
/** * @fileoverview Pandoc Implementations * * This module exports different Pandoc implementation strategies. */ export * from './pandoc-native'; export * from './pandoc-wasm'; //# sourceMappingURL=index.d.ts.map