Checks if an object is empty (has no keys).
The object to check.
True if the object is empty, false otherwise.
Converts a Map to an object.
The map to convert from.
A new object with the same key/value pairs from the map.
Checks if an object has a given property.
The object to check in.
The name of the property (key) to check for.
True if the property is present in the object, false otherwise.
Converts an object into a proper Map.
The object to convert.
A new map with the keys from obj and their values.
Generated using TypeDoc
Utility functions for object.