source:
frontend/node_modules/eslint-module-utils/parse.d.ts
| Last change on this file was 9af201e, checked in by , 11 days ago | |
|---|---|
|
|
| File size: 190 bytes | |
| Line | |
|---|---|
| 1 | import { AST, Rule } from 'eslint'; |
| 2 | |
| 3 | |
| 4 | |
| 5 | declare function parse( |
| 6 | path: string, |
| 7 | content: string, |
| 8 | context: Rule.RuleContext |
| 9 | ): AST.Program | null | undefined; |
| 10 | |
| 11 | export default parse; |
Note:
See TracBrowser
for help on using the repository browser.
