import curry from ramda code example Example: filter keys from object using ramda const filteredObject = R.omit(['key1', 'key2'], originalObject);