MCPcopy
hub / github.com/Worklenz/worklenz / isNonNullable

Function isNonNullable

worklenz-backend/src/public/tinymce/tinymce.js:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 const isUndefined = eq$1(undefined);
140 const isNullable = a => a === null || a === undefined;
141 const isNonNullable = a => !isNullable(a);
142 const isFunction = isSimpleType('function');
143 const isNumber = isSimpleType('number');
144 const isArrayOf = (value, pred) => {

Callers 15

fromMethod · 0.70
isShadowRootFunction · 0.70
getOriginalEventTargetFunction · 0.70
isOpenShadowHostFunction · 0.70
matchNodeNameFunction · 0.70
updateTransparentFunction · 0.70
isInlineContentFunction · 0.70
clone$3Function · 0.70
isMouseEventFunction · 0.70
setupAttrHooksFunction · 0.70
_getFunction · 0.70
getAttribFunction · 0.70

Calls 1

isNullableFunction · 0.70

Tested by

no test coverage detected