(v, convertNumeric)
| 38 | }; |
| 39 | |
| 40 | function hasTypeNumber(v, convertNumeric) { |
| 41 | return convertNumeric ? isNumeric(v) : typeof v === 'number'; |
| 42 | } |
| 43 | |
| 44 | // is there at least one number in array? If not, we should leave |
| 45 | // ax.type empty so it can be autoset later |
no outgoing calls
no test coverage detected
searching dependent graphs…