(value: string)
| 77 | |
| 78 | /** True when the value carries at least one build content hash. */ |
| 79 | export const containsContentHash = (value: string): boolean => stripContentHashes(value) !== value; |
| 80 | |
| 81 | /** |
| 82 | * Minified identifiers rotate with every build exactly like chunk hashes, so a |
no test coverage detected