Skip to main content
Latest
type alias ASTKindToNode
import { type ASTKindToNode } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";

Utility type listing all nodes indexed by their kind.

definition: [NodeT in ASTNodein keyof NodeT["kind"]]: NodeT