eslint-plugin-obsidian
Version:
ESLint rules for Obsidian
9 lines • 355 B
TypeScript
import type { TSESTree } from '@typescript-eslint/types';
import type { Type } from './types/type';
export declare class Generics {
readonly node: TSESTree.TSTypeParameterInstantiation;
constructor(node: TSESTree.TSTypeParameterInstantiation | undefined);
get types(): Type[];
private get params();
}
//# sourceMappingURL=generics.d.ts.map