source: frontend/node_modules/eslint-module-utils/unambiguous.d.ts@ ae6cd79

Last change on this file since ae6cd79 was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 167 bytes
Line 
1import type { AST } from 'eslint';
2
3declare function isModule(ast: AST.Program): boolean;
4
5declare function test(content: string): boolean;
6
7export { isModule, test }
Note: See TracBrowser for help on using the repository browser.