UNPKG

remark-linkify

Version:

A remark plugin to automatically convert URLs and email addresses into links.

7 lines (4 loc) 156 B
import { Root } from 'mdast'; import { Transformer } from 'unified'; declare function remarkLinkify(): Transformer<Root, Root>; export { remarkLinkify };