UNPKG

@mixer/interactive-node

Version:

A NodeJS and Browser compatible client for mixer.com's interactive 2 Protocol

5 lines (4 loc) 165 B
/** * Merges the properties of two objects together, mutating the first object. Similar to lodash's merge. */ export declare function merge<T>(x: T, y: T): T;