MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / isNullish

Function isNullish

js/botasaurus-server-js/src/null-utils.ts:1–3  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

1export function isNullish(value: any): boolean {
2 return value === null || value === undefined
3}
4export function isNotNullish(value: any) {
5 return value !== null && value !== undefined
6}

Callers 15

createCellFunction · 0.90
getSortKeyFunction · 0.90
getSortKeyMethod · 0.90
getSortKeyMethod · 0.90
removeDuplicatesByKeyFunction · 0.90
createTaskFunction · 0.90
writeDeduplicatedTasksFunction · 0.90
pushMethod · 0.90
getCapacityInfoMethod · 0.90
applyPaginationFunction · 0.90
filterMethod · 0.90
constructorMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected