(specResult)
| 41579 | return projectReferences; |
| 41580 | } |
| 41581 | function toPropValue(specResult) { |
| 41582 | return ts.isArray(specResult) ? specResult : undefined; |
| 41583 | } |
| 41584 | function getSpecsFromRaw(prop) { |
| 41585 | return getPropFromRaw(prop, ts.isString, "string"); |
| 41586 | } |
no outgoing calls
no test coverage detected