Search
@stdlib/utils-global
Return the global object.
v0.2.2 URL:
https://unpkg.com/@stdlib/utils-global@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdutils
stdutil
utilities
utility
utils
util
global
system
environment
window
self
context
global-object
just the global object
v1.0.0 URL:
https://unpkg.com/global-object@1.0.0/global-object.js
Open
Browse Files
global
window-or-global
Use either the window object in the browser or the global object in node.
v1.0.1 URL:
https://unpkg.com/window-or-global@1.0.1/lib/index.js
Open
Browse Files
window
global
isomorphic
universal
is-global-object
Returns true if a value is the global or window object.
v1.0.0 URL:
https://unpkg.com/is-global-object@1.0.0/index.js
Open
Browse Files
global
window
object
check
test
global-cache
Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!
v1.2.1 URL:
https://unpkg.com/global-cache@1.2.1/index.js
Open
Browse Files
global
window
self
cache
global object