Creates a Stream of [key, value] pairs from the given object. Keys are retrieved with Object.keys(), which means prototype members are not included.
[key, value]
Input object type
Object to create [key, value]-pairs stream from.
A stream of [key, value] pairs from the provided object.
Creates a Stream of
[key, value]
pairs from the given object. Keys are retrieved with Object.keys(), which means prototype members are not included.