(eq)
| 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 | } |
| 136806 | })(FindAllReferences = ts.FindAllReferences || (ts.FindAllReferences = {})); |
| 136807 | })(ts || (ts = {})); |
| 136808 | /* @internal */ |
no outgoing calls
no test coverage detected