UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

6 lines (5 loc) 166 B
const i = (t, n) => t.filter((e) => !n.includes(e)).concat(n.filter((e) => !t.includes(e))); export { i as findDifferentItems }; //# sourceMappingURL=array.mjs.map