Returns a copy of the given object ({ ...obj }) with the given keys omitted.
Object to return with the keys omitted.
Rest
Keys to omit from the returned object.
A copy of the given object with the given keys omitted.
Generated using TypeDoc
Returns a copy of the given object ({ ...obj }) with the given keys omitted.