UNPKG
@vertesia/memory-cli
Version:
latest (0.49.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/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