()
| 32485 | } |
| 32486 | } |
| 32487 | function canFollowExportModifier() { |
| 32488 | return token() !== 41 /* SyntaxKind.AsteriskToken */ |
| 32489 | && token() !== 127 /* SyntaxKind.AsKeyword */ |
| 32490 | && token() !== 18 /* SyntaxKind.OpenBraceToken */ |
| 32491 | && canFollowModifier(); |
| 32492 | } |
| 32493 | function nextTokenCanFollowExportModifier() { |
| 32494 | nextToken(); |
| 32495 | return canFollowExportModifier(); |
no test coverage detected