MCPcopy Create free account
hub / github.com/react-component/select / hasValue

Function hasValue

src/utils/commonUtil.ts:16–18  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

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

Callers 1

Select.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…