module.exports = arr => arr.filter(i => arr.indexOf(i) === arr.lastIndexOf(i));