UNPKG

eslint-plugin-import-x

Version:
3 lines (2 loc) 148 B
import { TSESTree } from '@typescript-eslint/utils'; export declare const getValue: (node: TSESTree.Identifier | TSESTree.StringLiteral) => string;