stub-obj-proxy
Make stub objects using Proxies, supporting null-safe deep path access, function calls, for
loops, etc.
Useful for mocking out objects in tests, e.g., the window
global.
globalwindow =
Other file:
console windowabc = 'foo' // Note: sets do not persist for let e in windowabc console windowabc // true 'ok' in windowabc // true