UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

4 lines (3 loc) 225 B
export declare const getCache: (key: string, defaultVal: any) => Promise<any>; export declare const setCache: (key: string, val: any) => Promise<void>; export declare const clearCache: (key?: string | null) => Promise<void>;