1.0.3 • Published 2 years ago

@types/linkify-markdown v1.0.3

Weekly downloads
1,097
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for linkify-markdown 1.0
// Project: https://github.com/nitin42/linkify-markdown#readme
// Definitions by: Jamie Magee <https://github.com/JamieMagee>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:23:46 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Jamie Magee.

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

4 years ago

1.0.0

5 years ago