UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 207 B
import type { ComponentContext } from "../types/context"; import type { CatladderJob } from "../types/jobs"; export declare const createJobsForComponentContext: (context: ComponentContext) => CatladderJob[];