UNPKG
@sourceregistry/node-ovsdb
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
TypeScript OVSDB client for Node.js
github.com/SourceRegistry/node-ovsdb
SourceRegistry/node-ovsdb
@sourceregistry/node-ovsdb
/
dist
/
cli.d.ts
5 lines
•
145 B
TypeScript
View Raw
1
2
3
4
5
/** * Runs the OVSDB type generation CLI. */
export
declare
function
runCli
(
argv
:
string
[]
):
Promise
<
number
>;
//# sourceMappingURL=cli.d.ts.map