(valA: SupportedValues2, valB: SupportedValues2)
| 63 | } |
| 64 | |
| 65 | export function lowerThanExclusive(valA: SupportedValues2, valB: SupportedValues2) { |
| 66 | return valA <= valB |
| 67 | } |
| 68 | |
| 69 | export function greaterThan(valA: SupportedValues2, valB: SupportedValues2) { |
| 70 | return valA > valB |
no outgoing calls
no test coverage detected
searching dependent graphs…