UNPKG
@achingbrain/ssdp
Version:
latest (4.2.4)
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Yet another SSDP implementation for node.js
github.com/achingbrain/ssdp
achingbrain/ssdp
@achingbrain/ssdp
/
dist
/
src
/
commands
/
notify.d.ts
5 lines
•
254 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
NotifyMessage
,
SSDP
}
from
'../index.js'
;
export
declare
const
ALIVE
=
"ssdp:alive"
;
export
declare
const
BYEBYE
=
"ssdp:byebye"
;
export
declare
function
notify
(
ssdp
: SSDP,
message
:
NotifyMessage
):
void
;
//# sourceMappingURL=notify.d.ts.map