MCPcopy Create free account
hub / github.com/microsoft/SandDance / _window

Function _window

docs/app/js/sanddance-app.js:143081–143081  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143079 return n ? n.ancestors().map(datum) : undefined;
143080}
143081const _window = ()=>typeof window !== "undefined" && window || null;
143082function screen() {
143083 const w = _window();
143084 return w ? w.screen : {};

Callers 2

screenFunction · 0.70
windowSizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected