Software Development Kit
Utilities
Common Utilities
Utils
object

object.ts (opens in a new tab)

Exports a function that takes an object and an array of strings. The function iterates over the array of strings and deletes the corresponding key-value pairs from the object. Finally, the function returns the object.

Functions

  • omit