1 2 3 4 5 6import type { Linter } from 'eslint'; declare const parser: Linter.Parser; export = parser;
1 2 3 4 5 6
import type { Linter } from 'eslint'; declare const parser: Linter.Parser; export = parser;