(...args)
| 854 | } |
| 855 | |
| 856 | static _assignOptions(...args) { |
| 857 | return this._baseMerge(...args, this._mergeFunction.bind(this)); |
| 858 | } |
| 859 | |
| 860 | static _defaultsOptions(target, opts) { |
| 861 | return this._baseMerge(target, opts, (srcValue, objValue, key) => { |
no test coverage detected