elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/utils/get-value.d.ts
2026-01-13 10:48:02 +07:00

2 lines
148 B
TypeScript

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