Skip to main content
Module

x/ts_toolbelt_unofficial/sources/Object/Merge.ts

👷 TypeScript's largest type utility library, now on Deno
Latest
import * as tsToolbeltUnofficial from "https://deno.land/x/ts_toolbelt_unofficial@1.1.0/sources/Object/Merge.ts";

Type Aliases

Accurately merge the fields of O with the ones of O1. It is equivalent to the spread operator in JavaScript. [[Union]]s and [[Optional]] fields will be handled gracefully.