UNPKG

legal-markdown-js

Version:

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

17 lines 471 B
/** * Utility functions for Legal Markdown processing * * This module exports various utility functions used throughout the * Legal Markdown processing pipeline. * * @module */ export * from './archive-manager'; export * from './env-discovery'; export * from './file-naming'; export * from './file-system'; export * from './functional'; export * from './logger'; export * from './number-utilities'; export * from './validation'; //# sourceMappingURL=index.d.ts.map