source:
frontend/node_modules/eslint-module-utils/unambiguous.d.ts
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 167 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
