Tombol Filter dari Objek Menggunakan RAMDA

const filteredObject = R.omit(['key1', 'key2'], originalObject);
Spotless Skipper