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