Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WithNodeParams

type WithNodeParams = Omit<WithNode, "kind" | "expressions">;

§Type

§
Omit<WithNode, "kind" | "expressions">
[src]