Outlook_Addin_LLM/node_modules/eslint-plugin-office-addins/lib/utils/getFunction.d.ts

4 lines
203 B
TypeScript
Raw Normal View History

import { TSESTree } from "@typescript-eslint/utils";
export declare function isGetFunction(node: TSESTree.Node): boolean;
export declare function isGetOrNullObjectFunction(node: TSESTree.Node): boolean;