UNPKG

create-next-flask

Version:
12 lines (7 loc) 190 B
import { AST, Rule } from 'eslint'; declare function parse( path: string, content: string, context: Rule.RuleContext ): AST.Program | null | undefined; export default parse;