UNPKG

@fenge/eslint-plugin-ts

Version:
4 lines 246 B
import type { Rule } from "eslint"; export declare function getRuleName(importMetaUrl: string): string; export type GetNode<T extends keyof Rule.NodeListener> = Parameters<NonNullable<Rule.NodeListener[T]>>[0]; //# sourceMappingURL=utils.d.ts.map