(value: any)
| 212 | } |
| 213 | |
| 214 | export function isStringValue(value: any): value is string { |
| 215 | return _.isString(value) |
| 216 | } |
| 217 | |
| 218 | export function isCustomModelField( |
| 219 | widget: Widget, |
nothing calls this directly
no outgoing calls
no test coverage detected