3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
|
|
import type { TSESTree } from '@typescript-eslint/utils';
|
||
|
|
export declare function isStaticRequire(node: TSESTree.CallExpression): boolean;
|