(a, b, diff = 1)
| 43 | } |
| 44 | |
| 45 | function within(a, b, diff = 1) { |
| 46 | return a + diff >= b && b >= a - diff; |
| 47 | } |
| 48 | |
| 49 | const transformKey = (() => { |
| 50 | if (typeof document === 'undefined') { |
no outgoing calls
no test coverage detected
searching dependent graphs…