MCPcopy
hub / github.com/jeromegn/Backbone.localStorage / getWindow

Function getWindow

src/utils.js:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 * @returns {window} Window object
30 */
31export function getWindow() {
32 return isUndefined(window) ? global : window;
33}

Callers 1

localStorageMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…