MCPcopy Create free account
hub / github.com/Superflows-AI/superflows / objectNotEmpty

Function objectNotEmpty

lib/utils.ts:168–170  ·  view source on GitHub ↗
(obj: Object)

Source from the content-addressed store, hash-verified

166}
167
168export function objectNotEmpty(obj: Object): boolean {
169 return Object.keys(obj).length > 0;
170}
171
172function deleteUndefined<InputType extends Record<string, any | undefined>>(
173 obj: InputType,

Callers 2

handlerFunction · 0.90
itemNotEmptyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected