Skip to main content
Module

x/deno2node/src/deps.deno.ts>HeritageClause#removeExpression

Compile your Deno project to run on Node.js.
Go to Latest
method HeritageClause.prototype.removeExpression
import { HeritageClause } from "https://deno.land/x/deno2node@v1.6.0/src/deps.deno.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.