UNPKG

create-next-flask

Version:
9 lines (6 loc) 186 B
import { Rule, Scope } from 'eslint'; declare function declaredScope( context: Rule.RuleContext, name: string ): Scope.Scope['type'] | undefined; export default declaredScope;