UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

7 lines 212 B
import type { TSESTree } from '@typescript-eslint/types'; export declare class Property { private node; constructor(node: TSESTree.Property); getValue<T>(): T; } //# sourceMappingURL=property.d.ts.map