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