UNPKG

@nickbusey/thelounge

Version:

The self-hosted Web IRC client

4 lines (3 loc) 125 B
import { Part } from "./merge"; declare function anyIntersection(a: Part, b: Part): boolean; export default anyIntersection;