(value)
| 481 | return typeof value === 'string'; |
| 482 | } |
| 483 | function isStringSafe(value) { |
| 484 | return objToString.call(value) === '[object String]'; |
| 485 | } |
| 486 | function isNumber(value) { |
| 487 | return typeof value === 'number'; |
| 488 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…