Const
Small helper to access to current global js object. This should be preferred over the 'window' key word.
import global from "apprt-core/global";window === global // -> true in browsers Copy
import global from "apprt-core/global";window === global // -> true in browsers
Small helper to access to current global js object. This should be preferred over the 'window' key word.