MCPcopy Index your code
hub / github.com/tinyplex/tinybase / isNullish

Function isNullish

src/common/other.ts:61–62  ·  view source on GitHub ↗
(thing: unknown)

Source from the content-addressed store, hash-verified

59): boolean => thing instanceof cls;
60
61export const isNullish = (thing: unknown): thing is undefined | null =>
62 thing == null;
63
64export const isUndefined = (thing: unknown): thing is undefined =>
65 thing === undefined;

Callers 15

startPollingFunction · 0.90
isObjectFunction · 0.90
objValidateFunction · 0.90
BarSeries.tsxFile · 0.90
YAxisFunction · 0.90
TooltipFunction · 0.90
CartesianChartFunction · 0.90
getTitleFunction · 0.90
getParsedChildrenFunction · 0.90
useSeriesDataFunction · 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…