Replacing `remedajs` Object Utilities with Effect

trying to get slowly rid of remedajs (https://remedajs.com/) in my codebase and replace it with effect.
the string & array functions seem to be covered by effect, but what about object utilities? like pick,
omit
, ...? Is there any effect module for that already?
Was this page helpful?