printer-notifications/node_modules/eslint-plugin-svelte/lib/rules/indent-helpers/ts.d.ts

6 lines
232 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { IndentContext } from './commons';
import type { TSNodeListener } from '../../types-for-node';
type NodeListener = TSNodeListener;
export declare function defineVisitor(context: IndentContext): NodeListener;
export {};