UNPKG

@signatu/common-lib

Version:

Common Javascript/Typescript library for Signatu

7 lines (6 loc) 164 B
export declare class Markdown { private removeParagraphs; private converter; constructor(removeParagraphs?: boolean); html(text: string): string; }