Skip to main content
Module

x/ts_morph/mod.ts>TypeParameterVariance

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
enum TypeParameterVariance
import { TypeParameterVariance } from "https://deno.land/x/ts_morph@15.1.0/mod.ts";

Variance of the type parameter.

Members

In = 1

Contravariant.

InOut = 3

Invariant.

None = 0

Variance is not specified.

Out = 2

Covariant.