UNPKG
mobidev-thelounge
Version:
latest (4.3.1)
4.3.1
The self-hosted Web IRC client
thelounge.chat
thelounge/thelounge
mobidev-thelounge
/
dist
/
client
/
js
/
helpers
/
ircmessageparser
/
anyIntersection.d.ts
4 lines
(3 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
import
{
Part
}
from
"./merge"
;
declare
function
anyIntersection
(
a
:
Part
,
b
:
Part
):
boolean
;
export
default
anyIntersection;