(symbol: string)
| 309 | |
| 310 | // --------------------------------------------------------------------------- |
| 311 | // Public API |
| 312 | // --------------------------------------------------------------------------- |
| 313 | |
| 314 | /** |
| 315 | * Return the dimension vector for `symbol`, or `null` if unknown. |
| 316 | * |
| 317 | * Handles direct units (m, kg, N, ...) and prefixed units (km, MHz, ...). |
no test coverage detected