UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

13 lines 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Property = void 0; class Property { constructor(node) { this.node = node; } getValue() { return this.node.value; } } exports.Property = Property; //# sourceMappingURL=property.js.map