window-or-global

Use either the window object in the browser or the global object in node.

global-cache

Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!