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

KindEnum

deprecated

The enum type representing the possible kind values of AST nodes.

@deprecated

Please use Kind. Will be remove in v17.

type KindEnum = Kind;

§Type