Searched refs:importKindPredicate (Results 1 – 1 of 1) sorted by relevance
2064 …const importKindPredicate: (node: Node) => node is AnyImportOrRequireStatement = decl.kind === Syn… constant2065 const existingImportStatements = filter(sourceFile.statements, importKindPredicate);