source:
frontend/node_modules/eslint-module-utils/unambiguous.d.ts@
ae6cd79
| Last change on this file since ae6cd79 was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 167 bytes | |
| Line | |
|---|---|
| 1 | import type { AST } from 'eslint'; |
| 2 | |
| 3 | declare function isModule(ast: AST.Program): boolean; |
| 4 | |
| 5 | declare function test(content: string): boolean; |
| 6 | |
| 7 | export { isModule, test } |
Note:
See TracBrowser
for help on using the repository browser.
