pie icon indicating copy to clipboard operation
pie copied to clipboard

feat: add omit and pick

Open leognutzmann opened this issue 1 year ago • 1 comments

  • Pick function: Adds Pick function, which generates a new map containing the specified keys. Any keys that do not exist in the original map are ignored.
  • Omit Function: Adds Omit function, designed to produce a new map that excludes the specified keys. Similar to Pick, any non-existent keys in the original map are ignored.

leognutzmann avatar Nov 17 '23 16:11 leognutzmann

Yes, there is: https://ramdajs.com/docs/#omit https://ramdajs.com/docs/#pick

leognutzmann avatar Nov 23 '23 19:11 leognutzmann