UNPKG
@arizeai/phoenix-cli
Version:
latest (0.0.4)
0.0.4
0.0.1
A command-line interface for Phoenix
@arizeai/phoenix-cli
/
dist
/
esm
/
utils
/
index.js
8 lines
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
// Utility exports
// This file will export utility functions for the CLI
//
TODO:
Add utility exports here
// export * from "./config";
// export * from "./formatting";
// export * from "./validation";
//# sourceMappingURL=index.js.map