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

Inserts shorthand property assignments at the specified index.

Parameters

index: number
  • Child index to insert at.
  • Structures that represent the shorthand property assignments to insert.