(value)
| 14 | export const isBrowserClient = process.env.NODE_ENV !== 'test' && isClient; |
| 15 | |
| 16 | export function hasValue(value) { |
| 17 | return value !== undefined && value !== null; |
| 18 | } |
| 19 | |
| 20 | /** combo mode no value judgment function */ |
| 21 | export function isComboNoValue(value) { |
no outgoing calls
no test coverage detected
searching dependent graphs…