Files
2023-11-13 16:10:04 -05:00

6 lines
232 B
TypeScript

import type { IndentContext } from './commons';
import type { ESNodeListener } from '../../types-for-node';
type NodeListener = ESNodeListener;
export declare function defineVisitor(context: IndentContext): NodeListener;
export {};