UNPKG
@jasondark/proompt
Version:
alpha (0.1.0-alpha.7)
latest (0.1.0-alpha.7)
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
CLI tool for running AI prompts with structure and repeatability
@jasondark/proompt
/
dist
/
core
/
constants.d.ts
4 lines
•
193 B
TypeScript
View Raw
1
2
3
4
import
{
LlmCli
,
OutputFileNames
}
from
'./types'
;
export
declare
const
DEFAULT_LLM_CLI
:
LlmCli
;
export
declare
const
OUTPUT_FILE_NAMES
:
OutputFileNames
;
//# sourceMappingURL=constants.d.ts.map