UNPKG

legal-markdown-js

Version:

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

9 lines 231 B
/** * Dev-only debug plugin to inspect AST structure. * * @module */ import { Plugin } from 'unified'; import { Root } from 'mdast'; export declare const remarkDebugAST: Plugin<[], Root>; //# sourceMappingURL=debug-ast.d.ts.map