UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

7 lines (6 loc) 236 B
import { Part } from "./merge"; export declare type ChannelPart = Part & { channel: string; }; declare function findChannels(text: string, channelPrefixes: string[], userModes: string[]): ChannelPart[]; export default findChannels;