Module

x/ts_morph/mod.ts>OptionalKind

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
type alias OptionalKind
import { type OptionalKind } from "https://dotland.deno.dev/x/ts_morph@19.0.0/mod.ts";

Type Parameters

TStructure extends { kind?: StructureKind; }
definition: Pick<TStructure, Exclude<keyof TStructure, "kind">> & Partial<Pick<TStructure, "kind">>