(node *Node)
| 3546 | } |
| 3547 | |
| 3548 | func IsExternalModuleAugmentation(node *Node) bool { |
| 3549 | return IsAmbientModule(node) && IsModuleAugmentationExternal(node) |
| 3550 | } |
| 3551 | |
| 3552 | func GetSourceFileOfModule(module *Symbol) *SourceFile { |
| 3553 | declaration := module.ValueDeclaration |
no test coverage detected