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 1b4489f commit e043263Copy full SHA for e043263
lib/utils/object.ts
@@ -15,6 +15,7 @@ export function deepAssign(target: any, ...sources: any[]): any {
15
.getOwnPropertyNames(source)
16
.forEach(key => assign(key, target, source))
17
;
18
+ /* istanbul ignore next */
19
if (Object.getOwnPropertySymbols) {
20
Object
21
.getOwnPropertySymbols(source)
0 commit comments