markdown-render/index.d.ts

3 lines
96 B
TypeScript

declare function markdown2html(content: string): Promise<string>;
export default markdown2html;