@types/remove-markdown
TypeScript icon, indicating that this package has built-in type declarations

0.3.4 • Public • Published

Installation

npm install --save @types/remove-markdown

Summary

This package contains type definitions for remove-markdown (https://github.com/stiang/remove-markdown).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/remove-markdown.

index.d.ts

export = RemoveMarkdown;

/**
 * Strip Markdown formatting from text
 * @param markdown Markdown text
 */
declare function RemoveMarkdown(markdown: string, options?: {
    stripListLeaders?: boolean | undefined;
    listUnicodeChar?: string | undefined;
    gfm?: boolean | undefined;
    useImgAltText?: boolean | undefined;
}): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Muhammad Ragib Hasin.

/@types/remove-markdown/

    Package Sidebar

    Install

    npm i @types/remove-markdown

    Weekly Downloads

    92,838

    Version

    0.3.4

    License

    MIT

    Unpacked Size

    3.28 kB

    Total Files

    5

    Last publish

    Collaborators

    • types