UNPKG
@vertesia/memory-cli
Version:
dev (0.80.0-dev.20251121)
latest (0.80.0)
0.80.0
0.80.0-dev-20251118
0.80.0-dev.20251121
0.79.4
0.79.3
0.79.2
0.79.1
0.78.0-dev-9372725
0.78.0-dev-28b447d
0.78.0-dev.1
0.50.0
0.49.0
0.48.0
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
Vertesia memory builder CLI
docs.vertesiahq.com
vertesia/composableai
@vertesia/memory-cli
/
lib
/
command.d.ts
3 lines
•
202 B
TypeScript
View Raw
1
2
3
import
{
Command
}
from
'commander'
;
export
declare
function
setupMemoCommand
(
command
:
Command
,
publish
?: (file:
string
, name:
string
) =>
Promise
<
string
>
):
Command
;
//# sourceMappingURL=command.d.ts.map