(module)
| 15017 | } |
| 15018 | ts.isBlockScopedContainerTopLevel = isBlockScopedContainerTopLevel; |
| 15019 | function isGlobalScopeAugmentation(module) { |
| 15020 | return !!(module.flags & 1024 /* NodeFlags.GlobalAugmentation */); |
| 15021 | } |
| 15022 | ts.isGlobalScopeAugmentation = isGlobalScopeAugmentation; |
| 15023 | function isExternalModuleAugmentation(node) { |
| 15024 | return isAmbientModule(node) && isModuleAugmentationExternal(node); |
no outgoing calls
no test coverage detected