UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

4 lines (3 loc) 124 B
import type { Choice } from "./types"; declare const _default: (choice?: Choice) => Promise<void>; export default _default;