@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
5 lines • 370 B
TypeScript
import type { Context } from "../../types/context";
import type { CacheConfig } from "../types";
export declare const getYarnCache: (context: Context, policy?: string) => CacheConfig[];
export declare const getNodeModulesCache: (context: Context, policy?: string) => CacheConfig[];
export declare const getNodeCache: (context: Context, policy?: string) => CacheConfig[];