UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

7 lines 211 B
import type { Choice } from "./types"; type Options = { verbose?: boolean; printVariables?: boolean; }; declare const _default: (choice?: Choice, options?: Options) => Promise<void>; export default _default;