UNPKG

244 BTypeScriptView Raw
1/**
2 * Returns a cache identifier (string) consisting of the specified environment
3 * and related package versions.
4 */
5declare function getCacheIdentifier(environment: string, packages: readonly string[]): string;
6export = getCacheIdentifier;