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

Function hasValue

packages/webapp/lib/squadsCreatePrefill.ts:34–34  ·  view source on GitHub ↗
(value?: string)

Source from the content-addressed store, hash-verified

32};
33
34const hasValue = (value?: string): boolean => !!value?.trim();
35
36export const getSquadsCreatePrefillState = (
37 query: ParsedUrlQuery,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected