@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.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.4
    28,175
  • 0.3.3
    184
  • 0.3.2
    1,111
  • 0.3.1
    36,617
  • 0.3.0
    12
  • 0.1.1
    35,095
  • 0.1.0
    0

Package Sidebar

Install

npm i @types/remove-markdown

Weekly Downloads

101,194

Version

0.3.4

License

MIT

Unpacked Size

3.28 kB

Total Files

5

Last publish

Collaborators

  • types