elearning/Frontend-Learner/node_modules/eslint-plugin-import-x/lib/utils/static-require.d.ts

3 lines
139 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type { TSESTree } from '@typescript-eslint/utils';
export declare function isStaticRequire(node: TSESTree.CallExpression): boolean;