Check if an object is empty except for a single key.
The object to check.
The key(s) to check if it is the only key in that (duplicates are ignored).
True if the given object is empty except for a single key, false otherwise.
Generated using TypeDoc
Check if an object is empty except for a single key.