Skip to main content
Module

x/ts_morph/mod.ts>ExportDeclaration#insertNamedExport

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

Inserts a named export.

Parameters

index: number
  • Child index to insert at.
  • Structure, name, or writer function to write the named export.