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

Inserts a spread assignment at the specified index.

Parameters

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