UNPKG

web-component-analyzer

Version:
4 lines 247 B
import { Node } from "typescript"; import { AnalyzerVisitContext } from "../../analyzer-visit-context"; export declare function excludeNode(node: Node, context: AnalyzerVisitContext): boolean | undefined; //# sourceMappingURL=exclude-node.d.ts.map