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

1.0.2 • Public • Published

Installation

npm install --save @types/parse-markdown-links

Summary

This package contains type definitions for parse-markdown-links (https://github.com/ralphtheninja/parse-markdown-links).

Details

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

index.d.ts

/**
 * Piggy backs on top of remarkable to get a list of parsed tokens corresponding to links.
 */
declare function parseMarkdownLinks(text: string): string[];

export = parseMarkdownLinks;

Additional Details

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

Credits

These definitions were written by Piotr Błażejewicz.

/@types/parse-markdown-links/

    Package Sidebar

    Install

    npm i @types/parse-markdown-links

    Weekly Downloads

    14

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.06 kB

    Total Files

    5

    Last publish

    Collaborators

    • types