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) 123 B
import { Setting } from "../interface"; export declare function convertTextHashtag(t: string, setting: Setting): string;