UNPKG

mobx

Version:

Simple, scalable state management.

5 lines (4 loc) 114 B
export function getGlobal(): any { // @ts-ignore return typeof global !== "undefined" ? global : window }