UNPKG
@foxglove/ws-protocol-examples
Version:
latest (0.10.0)
0.10.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Foxglove WebSocket protocol examples
foxglove.dev
foxglove/ws-protocol
@foxglove/ws-protocol-examples
/
dist
/
cjs
/
ws-protocol-examples
/
src
/
examples
/
simple-client.d.ts
4 lines
•
138 B
TypeScript
View Raw
1
2
3
4
import
{
Command
}
from
"commander"
;
declare
const
_default
:
Command
;
export
default
_default;
//# sourceMappingURL=simple-client.d.ts.map