export default function(a, b) { return a.filter(x => b.includes(x)); }