UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

4 lines (3 loc) 95 B
export function getGlobal(): any { return typeof window !== 'undefined' ? window : global; }