Skip to main content
Module

x/ts_morph/mod.ts>ObjectLiteralExpression#addSpreadAssignments

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

Adds spread assignments.

Parameters

structures: ReadonlyArray<OptionalKind<SpreadAssignmentStructure>>
  • Structure that represents the spread assignments to add.