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