MCPcopy Create free account
hub / github.com/HelloCSV/HelloCSV / isPresent

Function isPresent

src/utils/index.ts:22–22  ·  view source on GitHub ↗
(a: any)

Source from the content-addressed store, hash-verified

20};
21
22export const isPresent = (a: any) => !isUndefinedOrNull(a);
23
24export const filterEmptyRows = (state: SheetState) => {
25 return state.rows.filter((d) => Object.keys(d).length > 0);

Callers

nothing calls this directly

Calls 1

isUndefinedOrNullFunction · 0.85

Tested by

no test coverage detected