(value)
| 39 | return typeof value === "string"; |
| 40 | }, |
| 41 | _isFunction = function _isFunction(value) { |
| 42 | return typeof value === "function"; |
| 43 | }, |
| 44 | _isObject = function _isObject(value) { |
| 45 | return typeof value === "object"; |
| 46 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…