(value)
| 25462 | return dot > 0 && subdomain[dot] === "." && subdomain.endsWith(domain); |
| 25463 | } |
| 25464 | function isString2(value) { |
| 25465 | return typeof value === "string" || value instanceof String; |
| 25466 | } |
| 25467 | function isFunction4(value) { |
| 25468 | return typeof value === "function"; |
| 25469 | } |
no test coverage detected
searching dependent graphs…