SourceTermAnalysisSystem_vue/node_modules/eslint-plugin-import-x/lib/utils/get-value.d.ts
2026-05-15 10:22:44 +08:00

3 lines
148 B
TypeScript

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