0.3.4 • Published 6 months ago

@types/remove-markdown v0.3.4

Weekly downloads
8,095
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for remove-markdown 0.3
// Project: https://github.com/stiang/remove-markdown
// Definitions by: Muhammad Ragib Hasin <https://github.com/RagibHasin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 08 Jul 2021 22:41:59 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Muhammad Ragib Hasin.