(node)
| 14201 | /** True if has type node attached to it. */ |
| 14202 | /* @internal */ |
| 14203 | function hasType(node) { |
| 14204 | return !!node.type; |
| 14205 | } |
| 14206 | ts.hasType = hasType; |
| 14207 | /** True if has initializer node attached to it. */ |
| 14208 | /* @internal */ |
no test coverage detected
searching dependent graphs…