just-remove Part of a library of zero-dependency npm modules that do just do one thing. Guilt-free utilities for every occasion. Try it now import remove from 'just-remove'; remove([1, 2, 3, 4, 5, 6], [1, 3, 6]); // [2, 4, 5]