UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

4 lines (3 loc) 209 B
import type { CreateComponentContextContext } from ".."; import type { Environment } from "../types/context"; export declare const getEnvironment: (ctx: CreateComponentContextContext) => Promise<Environment>;