UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

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