UNPKG
@becomposable/memory-cli
Version:
latest (0.43.0)
0.43.0
0.42.0
0.41.0
0.39.1
0.39.0
0.38.4
0.38.3
0.38.2
0.38.1
0.38.0
0.37.0
0.36.1
0.36.0
0.35.0
0.34.0
0.33.0
0.32.0
0.31.0
becomposable memory builder CLI
composableprompts.com/docs
@becomposable/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