(expr: Expression)
| 36 | } from './measurement-arithmetic.js'; |
| 37 | |
| 38 | // --------------------------------------------------------------------------- |
| 39 | // Type guard |
| 40 | // --------------------------------------------------------------------------- |
| 41 | |
| 42 | /** A Quantity function expression with guaranteed op1 and op2 access. */ |
| 43 | export type QuantityExpr = Expression & { |
no test coverage detected