blob: 1679224189c017f8c84cec0f2815f8877aff8d66 [file] [log] [blame] [edit]
import type { AST } from 'eslint';
declare function isModule(ast: AST.Program): boolean;
declare function test(content: string): boolean;
export { isModule, test }