API Documentation
    Preparing search index...

    Variable globalObjectConst

    globalObject: typeof globalThis = ...

    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