Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ts_morph/ts_morph.d.ts>ConstructorDeclaration#insertOverload

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

Inserts a constructor overload.

Parameters

index: number
  • Child index to insert at.
  • Structures to insert.