(dim: DimensionVector)
| 364 | * We keep only the more general unit (Hz, Gy). Domain-specific aliases |
| 365 | * (Bq, Sv) are still in UNIT_TABLE for conversion and display; they're |
| 366 | * just not the automatic simplification targets. |
| 367 | */ |
| 368 | const NAMED_UNIT_BY_DIMENSION: Map<string, string> = new Map( |
| 369 | [ |
| 370 | 'N', |
| 371 | 'J', |
no test coverage detected