We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472673d commit 494d83dCopy full SHA for 494d83d
1 file changed
packages/@ember/polyfills/lib/merge.ts
@@ -24,6 +24,7 @@ export default function merge<T, U>(original: T, updates: U): T & U;
24
@param {Object} original The object to merge into
25
@param {Object} updates The object to copy properties from
26
@return {Object}
27
+ @deprecated
28
@public
29
*/
30
export default function merge(original: object, updates: object) {
0 commit comments