UNPKG

167 BTypeScriptView Raw
1import type { AST } from 'eslint';
2
3declare function isModule(ast: AST.Program): boolean;
4
5declare function test(content: string): boolean;
6
7export { isModule, test }