```js jsdiff.diff({}, { 'set': new Set([0, 1]), 'map': new Map([['a',1],['b',2]]), }); ``` 