(location: string)
| 1135 | const gap = value - max; |
| 1136 | return clamp(1 - gap / Math.max(1, tolerance || max), 0, 1); |
| 1137 | } |
| 1138 | |
| 1139 | function normalizeLocation(location: string) { |
| 1140 | return location.toLowerCase(); |
| 1141 | } |
| 1142 |
no outgoing calls
no test coverage detected