(node)
| 136798 | return ts.cast(parent.parent, isAmbientModuleDeclaration); |
| 136799 | } |
| 136800 | function isAmbientModuleDeclaration(node) { |
| 136801 | return node.kind === 261 /* SyntaxKind.ModuleDeclaration */ && node.name.kind === 10 /* SyntaxKind.StringLiteral */; |
| 136802 | } |
| 136803 | function isExternalModuleImportEquals(eq) { |
| 136804 | return eq.moduleReference.kind === 277 /* SyntaxKind.ExternalModuleReference */ && eq.moduleReference.expression.kind === 10 /* SyntaxKind.StringLiteral */; |
| 136805 | } |
no outgoing calls
no test coverage detected