eslint-plugin-obsidian
Version:
ESLint rules for Obsidian
9 lines • 314 B
TypeScript
import { TSESTree } from '@typescript-eslint/types';
export declare class Variable {
private node;
constructor(node: TSESTree.VariableDeclarator);
get name(): string;
get isArrowFunction(): boolean;
get arrowFunction(): TSESTree.ArrowFunctionExpression;
}
//# sourceMappingURL=variable.d.ts.map