Skip to main content
Module

x/ts_morph/mod.ts>HeritageClause#removeExpression

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

Remove the expression from the heritage clause.

Parameters

index: number
  • Index of the expression to remove.

Removes the expression from the heritage clause.

Parameters

  • Expression to remove.