UNPKG

jido

Version:

A CLI tool to automate your development workflows using named flows. Simplifies task automation with readable config and plugin support.

3 lines (2 loc) 97 B
import { Flow } from "jido-kit/types"; export declare const flowLogger: (flows: Flow[]) => void;