UNPKG

430 BTypeScriptView Raw
1import { ProjectLoadingParameters } from "../../../spi/project/ProjectLoader";
2/**
3 * Compute a cache key from the given ProjectLoadingParameters.
4 *
5 * In this context undefined and false are functionally equivalent, so
6 * undefined values are coerced to false.
7 *
8 * @param {RemoteRepoRef} id
9 * @return {any}
10 */
11export declare function cacheKey(params: ProjectLoadingParameters): string;
12//# sourceMappingURL=cacheKey.d.ts.map
\No newline at end of file