legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
11 lines • 396 B
TypeScript
/**
* @fileoverview Extensions Generators Module
*
* This module exports all document generation functionality that extends
* beyond the core legal-markdown capabilities. These are Node.js specific
* enhancements for creating different output formats.
*/
export * from './html-generator';
export * from './pdf-generator';
export * from './pdf-templates';
//# sourceMappingURL=index.d.ts.map