object.ts
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