MCPcopy Create free account
hub / github.com/6174/comflowyspace / isStringValue

Function isStringValue

packages/common/types/model.types.ts:214–216  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

212}
213
214export function isStringValue(value: any): value is string {
215 return _.isString(value)
216}
217
218export function isCustomModelField(
219 widget: Widget,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected