@catladder/cli
Version:
Panter cli tool for cloud CI/CD and DevOps
6 lines (5 loc) • 371 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[];