(opt, value, errors)
| 40495 | } |
| 40496 | /* @internal */ |
| 40497 | function parseCustomTypeOption(opt, value, errors) { |
| 40498 | return convertJsonOptionOfCustomType(opt, ts.trimString(value || ""), errors); |
| 40499 | } |
| 40500 | ts.parseCustomTypeOption = parseCustomTypeOption; |
| 40501 | /* @internal */ |
| 40502 | function parseListTypeOption(opt, value, errors) { |
no test coverage detected