4 lines
225 B
TypeScript
4 lines
225 B
TypeScript
import type { RuleContext, RuleListener } from '../../types';
|
|
import type { IndentOptions } from './commons';
|
|
export declare function defineVisitor(context: RuleContext, defaultOptions: Partial<IndentOptions>): RuleListener;
|