UNPKG

link-styler

Version:

JavaScript package that simplifies the task of identifying links within text and applying custom styling by automatically replacing them with tags.

3 lines (2 loc) 120 B
import { Setting } from '../interface'; export declare function convertTextLink(t: string, setting: Setting): string;