UNPKG

comrak

Version:

Comrak is an efficient, extensible, and highly configurable Markdown parser and renderer, written in Rust and compiled to WebAssembly. Portable and agnostic, it works seamlessly in any WebAssembly-friendly JS runtime.

9 lines (8 loc) 269 B
// deno-coverage-ignore-file // deno-coverage-ignore-start // @ts-types="./lib/comrak_wasm.d.ts" import * as wasm from "./lib/comrak_wasm.js"; // @ts-types="./lib/comrak_wasm.d.ts" export * from "./lib/comrak_wasm.js"; export default wasm; // deno-coverage-ignore-stop