Skip to main content
Module

x/ts_morph/ts_morph.d.ts>HeritageClause#removeExpression

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
method HeritageClause.prototype.removeExpression
import { HeritageClause } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.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.