UNPKG
@piarre/ts-freebox
Version:
latest (1.0.1)
1.0.1
1.0.0
@piarre/ts-freebox
/
out
/
@types
/
lan
/
index.d.mts
4 lines
(3 loc)
•
110 B
text/typescript
View Raw
1
2
3
4
export
{
LanHost
}
from
'./host.mjs'
;
export
{
LanInterface
}
from
'./interfaces.mjs'
;
import
'../index.mjs'
;