Say I have two Highland streams:
import hl from \'highland\' const accounts = hl([ {id: 1, name: "Bob"}, {id: 2, name: "Chris"}, ]); con