UNPKG

rs-markdown-parser

Version:

A Node.js module for converting Markdown files to HTML using Rust, powered by the `pulldown-cmark` library and Neon bindings.

4 lines (3 loc) 115 B
declare module "rs-markdown-parser" { export function processMarkdown(filePath: string, gfm: boolean): string; }