Skip to main content
Module

x/ts_morph/mod.ts>TypeParameterDeclaration#isConst

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Go to Latest
method TypeParameterDeclaration.prototype.isConst
import { TypeParameterDeclaration } from "https://deno.land/x/ts_morph@19.0.0/mod.ts";

Gets if this is a const type parameter.

Returns

boolean