MCPcopy Create free account
hub / github.com/dailydotdev/apps / isNullOrUndefined

Function isNullOrUndefined

packages/shared/src/lib/func.ts:28–29  ·  view source on GitHub ↗
(param: unknown)

Source from the content-addressed store, hash-verified

26};
27
28export const isNullOrUndefined = (param: unknown): boolean =>
29 typeof param === 'undefined' || param === null;
30
31export const disabledRefetch = {
32 refetchIntervalInBackground: false,

Callers 15

FeedFunction · 0.90
DigestNotificationFunction · 0.90
PersonalizedDigestFunction · 0.90
SearchControlHeaderFunction · 0.90
TooltipFunction · 0.90
BootPopupsFunction · 0.90
StreakMilestonePopupFunction · 0.90
ModalStepsWrapperFunction · 0.90
SectionFunction · 0.90
onSwipedRightFunction · 0.90
onSwipedLeftFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected