The lodash method `_.omitBy` exported as a module.
TypeScript definitions for lodash.omitby
lodash omitDeep/omitByDeep object key/value recursively
```js import { Computer } from "@mui/icons-material" import { Box } from "@mui/material" import { keyBy, mapValues, omitBy } from "lodash" import React, { useState } from "react" import { ReportUI, RUIDialogError } from "./index"
remove all key, value pairs from the object that match the comparator (fn) remove all empty entries from the object where name
omitBy">omitBy