UNPKG

224 BTypeScriptView Raw
1import ts from "typescript";
2import { VisitorContext } from "./types";
3/**
4 * Visit and replace nodes with module specifiers
5 */
6export declare function nodeVisitor(this: VisitorContext, node: ts.Node): ts.Node | undefined;