MCPcopy Index your code
hub / github.com/callstack/agent-device / optionalTrimmedText

Function optionalTrimmedText

src/core/interaction-positionals.ts:54–57  ·  view source on GitHub ↗
(parts: string[])

Source from the content-addressed store, hash-verified

52}
53
54function optionalTrimmedText(parts: string[]): string | undefined {
55 const text = parts.join(' ').trim();
56 return text ? text : undefined;
57}

Calls

no outgoing calls

Tested by

no test coverage detected