Files
n8n-nodes-gwezz-changdunovel/node_modules/eslint-plugin-import-x/lib/utils/get-value.d.ts
2025-10-26 23:10:15 +08:00

3 lines
148 B
TypeScript

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