legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
16 lines • 469 B
TypeScript
/**
* Simple Browser Entry Point for Testing Vite Build
*
* This is a minimal entry point to test if Vite can bundle
* the remark dependencies properly.
*/
/**
* Process Legal Markdown content
*/
export declare function processLegalMarkdown(content: string, options?: any): Promise<any>;
declare const _default: {
processLegalMarkdown: typeof processLegalMarkdown;
version: string;
};
export default _default;
//# sourceMappingURL=browser-simple.d.ts.map