UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

8 lines 256 B
import type { TSESTree } from '@typescript-eslint/types'; export declare class Import { private node; constructor(node: TSESTree.ImportDeclaration); get path(): string; includes(name: string): boolean; } //# sourceMappingURL=import.d.ts.map