UNPKG

eslint-plugin-canonical

Version:
3 lines (2 loc) 166 B
import { type TSESTree } from '@typescript-eslint/utils'; export declare const getExportedName: (programNode: TSESTree.Program, matchCallExpression: boolean) => any;