(value)
| 25465 | return typeof value === "string" || value instanceof String; |
| 25466 | } |
| 25467 | function isFunction4(value) { |
| 25468 | return typeof value === "function"; |
| 25469 | } |
| 25470 | function isBuffer2(value) { |
| 25471 | return typeof value === "object" && "length" in value; |
| 25472 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…