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

1.1.3 • Public • Published

Installation

npm install --save @types/markdown-escape

Summary

This package contains type definitions for markdown-escape (https://github.com/kemitchell/markdown-escape.js).

Details

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

index.d.ts

type CharacterSets = [
    "asterisks",
    "number signs",
    "slashes",
    "parentheses",
    "parentheses",
    "square brackets",
    "square brackets",
    "angle brackets",
    "angle brackets",
    "underscores",
];

declare namespace markdownEscape {
    type CharacterSet = CharacterSets[number];
}

declare function markdownEscape(string: string, skips?: markdownEscape.CharacterSet[]): string;

export = markdownEscape;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Christoph Thiede.

/@types/markdown-escape/

    Package Sidebar

    Install

    npm i @types/markdown-escape

    Weekly Downloads

    68,155

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    3.47 kB

    Total Files

    5

    Last publish

    Collaborators

    • types