(node, flags)
| 18882 | } |
| 18883 | ts.hasSyntacticModifiers = hasSyntacticModifiers; |
| 18884 | function hasEffectiveModifier(node, flags) { |
| 18885 | return !!getSelectedEffectiveModifierFlags(node, flags); |
| 18886 | } |
| 18887 | ts.hasEffectiveModifier = hasEffectiveModifier; |
| 18888 | function hasSyntacticModifier(node, flags) { |
| 18889 | return !!getSelectedSyntacticModifierFlags(node, flags); |
no test coverage detected