Skip to main content
Go to Latest
method ObjectLiteralExpression.prototype.insertPropertyAssignment
import { ObjectLiteralExpression } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Inserts a property assignment at the specified index.

Parameters

index: number
  • Child index to insert at.
  • Structure that represents the property assignment to insert.