MCPcopy
hub / github.com/youzan/vant-weapp / isDef

Function isDef

packages/common/validator.ts:14–16  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

12}
13
14export function isDef(value: unknown): boolean {
15 return value !== undefined && value !== null;
16}
17
18export function isObj(x: unknown): x is Record<string, unknown> {
19 const type = typeof x;

Callers 12

isValidDateFunction · 0.90
onScrollFunction · 0.90
addUnitFunction · 0.90
formatFunction · 0.90
triggerFunction · 0.90
setCurrentIndexFunction · 0.90
getChildDataFunction · 0.90
attachedFunction · 0.50
detachedFunction · 0.50
setListRectFunction · 0.50
setSiderbarRectFunction · 0.50
deepCloneFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected