UNPKG

@types/react-dev-utils

Version:
7 lines (6 loc) 244 B
/** * Returns a cache identifier (string) consisting of the specified environment * and related package versions. */ declare function getCacheIdentifier(environment: string, packages: readonly string[]): string; export = getCacheIdentifier;