UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

8 lines (7 loc) 254 B
import { Part } from "./merge"; export declare type LinkPart = Part & { link: string; }; declare function findLinks(text: string): LinkPart[]; declare function findLinksWithSchema(text: string): LinkPart[]; export { findLinks, findLinksWithSchema };