Validation_Suite/validation-suite/frontend/atlas/node_modules/eslint-config-next/dist/parser.d.ts

3 lines
92 B
TypeScript

import type { Linter } from 'eslint';
declare const parser: Linter.Parser;
export = parser;