()
| 156950 | }; |
| 156951 | } |
| 156952 | function single() { |
| 156953 | return combineTypes(inferTypesFromReferencesSingle(references)); |
| 156954 | } |
| 156955 | function parameters(declaration) { |
| 156956 | if (references.length === 0 || !declaration.parameters) { |
| 156957 | return undefined; |
nothing calls this directly
no test coverage detected
searching dependent graphs…