(...args)
| 825 | } |
| 826 | |
| 827 | static _assignOptions(...args) { |
| 828 | return this._baseMerge(...args, this._mergeFunction); |
| 829 | } |
| 830 | |
| 831 | static _defaultsOptions(target, opts) { |
| 832 | return this._baseMerge(target, opts, (srcValue, objValue, key) => { |
no test coverage detected