UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

4 lines (3 loc) 123 B
import { Part } from "./merge"; declare function fill(existingEntries: Part[], text: string): Part[]; export default fill;