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
/
fill.d.ts
4 lines
(3 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
import
{
Part
}
from
"./merge"
;
declare
function
fill
(
existingEntries
:
Part
[],
text
:
string
):
Part
[];
export
default
fill;