DenoDeno.lint.LintVisitortype alias Deno.lint.LintVisitorunstableDefinition #[P in Node["type"]]?: (node: Extract<Node, { type: P; }>) => void & [P in Node["type"] in keyof `${P}:exit`]?: (node: Extract<Node, { type: P; }>) => void & Partial<{ [key: string]: (node: any) => void; }>
type alias Deno.lint.LintVisitorunstableDefinition #[P in Node["type"]]?: (node: Extract<Node, { type: P; }>) => void & [P in Node["type"] in keyof `${P}:exit`]?: (node: Extract<Node, { type: P; }>) => void & Partial<{ [key: string]: (node: any) => void; }>