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