(value)
| 475 | return objToString.call(value) === '[object Array]'; |
| 476 | } |
| 477 | function isFunction(value) { |
| 478 | return typeof value === 'function'; |
| 479 | } |
| 480 | function isString(value) { |
| 481 | return typeof value === 'string'; |
| 482 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…