UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

13 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Parameter = void 0; class Parameter { constructor(node) { this.node = node; } get name() { return this.node.name; } } exports.Parameter = Parameter; //# sourceMappingURL=parameter.js.map