Skip to main content
Module

x/ts_morph/mod.ts>ClassStaticBlockDeclaration#getName

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

Method that exists for the sake of making code compile that looks for the name of static members. This always returns "static".

Returns

"static"