UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 227 B
import type { Context } from "../../types"; import type { CacheConfig, WithCacheConfig } from "../types"; export declare const getAllCacheConfigsFromConfig: (context: Context, configWithCache: WithCacheConfig) => CacheConfig[];