1.1.3 • Published 6 months ago

@types/markdown-escape v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 definitions for markdown-escape 1.1
// Project: https://github.com/kemitchell/markdown-escape.js
// Definitions by: Christoph Thiede <https://github.com/LinqLover>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Thu, 04 Nov 2021 22:01:39 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Christoph Thiede.

1.1.1

8 months ago

1.1.3

6 months ago

1.1.2

7 months ago

1.1.0

3 years ago