UNPKG

@ace-sdk/cli

Version:

ACE CLI - Command-line tool for intelligent pattern learning and playbook management

7 lines 195 B
/** * Pattern Types - Re-export from @ace-sdk/core * * @package @ace-sdk/cli */ export { THOROUGHNESS_PRESETS, LEARNING_STAGE_ICONS } from '@ace-sdk/core'; //# sourceMappingURL=pattern.js.map