© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Seeking Alternative to Ramda's `omit` for Removing Multiple Keys in Effect - Effect Community
EC
Effect Community
•
2y ago
TashTolo
Seeking Alternative to Ramda's `omit` for Removing Multiple Keys in Effect
Hey all
.
I
'm replacing some ramda functions for Effect ones
. One in question is
omit
omit
that I can pass an array of keys to be deleted from the object
.
I found
Record.remove
Record.remove
but only allow 1 key
. Am I missing something here or is there another function that allows me to remove multiple keys from object
?
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Effect Equivalent for Ramda's `clone` Function?
EC
Effect Community / 🚀-beginners
2y ago
Effect's Equivalent to Ramda's `propEq` Function
EC
Effect Community / 🚀-beginners
2y ago
Seeking Equivalent for Running Effects in Parallel to Effect.all
EC
Effect Community / 🚀-beginners
2y ago
Issue with `S.omit` not removing fields from schema
EC
Effect Community / 🚀-beginners
13mo ago