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

Function screen

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

Source from the content-addressed store, hash-verified

143080}
143081const _window = ()=>typeof window !== "undefined" && window || null;
143082function screen() {
143083 const w = _window();
143084 return w ? w.screen : {};
143085}
143086function windowSize() {
143087 const w = _window();
143088 return w ? [

Callers

nothing calls this directly

Calls 1

_windowFunction · 0.70

Tested by

no test coverage detected