UNPKG

eslint-plugin-import-x

Version:
4 lines (3 loc) 211 B
import type { TSESTree } from '@typescript-eslint/utils'; export declare function isMaybeUnambiguousModule(content: string): boolean; export declare function isUnambiguousModule(ast: TSESTree.Program): boolean;