basant307/AI_Governance_Project
048
1import type { AST } from 'eslint';2 3declare function isModule(ast: AST.Program): boolean;4 5declare function test(content: string): boolean;6 7export { isModule, test }8 1import type { AST } from 'eslint';2 3declare function isModule(ast: AST.Program): boolean;4 5declare function test(content: string): boolean;6 7export { isModule, test }8