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

1.0.3 • Public • Published

Installation

npm install --save @types/linkify-markdown

Summary

This package contains type definitions for linkify-markdown (https://github.com/nitin42/linkify-markdown#readme).

Details

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

index.d.ts

export function linkify(source: string, options?: LinkifyOptions): string;
export interface LinkifyOptions {
    strong?: boolean | undefined;
    repository?: string | undefined;
}

Additional Details

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

Credits

These definitions were written by Jamie Magee.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/linkify-markdown

Weekly Downloads

1,590

Version

1.0.3

License

MIT

Unpacked Size

2.97 kB

Total Files

5

Last publish

Collaborators

  • types