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

Inserts a shorthand property assignment at the specified index.

Parameters

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