* Wraps value to SearchResult. * @returns undefined if value is undefined or { value } otherwise
(value)
| 44525 | * @returns undefined if value is undefined or { value } otherwise |
| 44526 | */ |
| 44527 | function toSearchResult(value) { |
| 44528 | return value !== undefined ? { value: value } : undefined; |
| 44529 | } |
| 44530 | })(ts || (ts = {})); |
| 44531 | /* @internal */ |
| 44532 | var ts; |
no outgoing calls
no test coverage detected