{ "version": 3, "sources": [ "isWindow.ts" ], "names": [ "thing", "Window" ], "mappings": "eAAgBA,MAAkBA,IAASA,EAAMC,SAAYD,aAAiBA,EAAMC", "sourcesContent": [ "export default (thing: any) => !!(thing && thing.Window) && (thing instanceof thing.Window)\n" ] }