UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

7 lines (6 loc) 190 B
import { Part } from "./merge"; export declare type NamePart = Part & { nick: string; }; declare function findNames(text: string, nicks: string[]): NamePart[]; export default findNames;