Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/eslint-module-utils/parse.d.ts

import { AST, Rule } from 'eslint';



declare function parse(
    path: string,
    content: string,
    context: Rule.RuleContext
): AST.Program | null | undefined;

export default parse;
Back to Directory File Manager