legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
10 lines • 379 B
TypeScript
/**
* YAML Processing Module Exports
*
* This module provides comprehensive YAML processing functionality for Legal Markdown
* documents, including parsing, serialization, and auto-population features.
*
* @module
*/
export { autoPopulateYamlFrontMatter, generateNoIndentPattern, normalizeYamlStructure, } from './yaml-auto-population';
//# sourceMappingURL=index.d.ts.map