UNPKG
@wityai/root2-cli
Version:
latest (1.0.0)
1.0.0
Command-line interface for Root2 vector memory layer
@wityai/root2-cli
/
dist
/
index.d.ts
5 lines
•
144 B
TypeScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
import
{
Command
}
from
"commander"
; declare
const
program
:
Command
;
export
{ program };
//# sourceMappingURL=index.d.ts.map