UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

12 lines 430 B
import { ProjectLoadingParameters } from "../../../spi/project/ProjectLoader"; /** * Compute a cache key from the given ProjectLoadingParameters. * * In this context undefined and false are functionally equivalent, so * undefined values are coerced to false. * * @param {RemoteRepoRef} id * @return {any} */ export declare function cacheKey(params: ProjectLoadingParameters): string; //# sourceMappingURL=cacheKey.d.ts.map