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
/
resolve-service.d.ts
3 lines
•
209 B
TypeScript
View Raw
1
2
3
import
type
{
SSDP
}
from
'../index.js'
;
export
declare
function
resolveService
(
ssdp
: SSDP,
usn
:
string
,
st
:
string
,
location
:
string
,
ttl
:
number
):
Promise
<
void
>;
//# sourceMappingURL=resolve-service.d.ts.map