@corefunc/corefunc
    Preparing search index...

    Function isGlobal

    • Parameters

      • value: any

        The value to check.

      Returns boolean

      True if the value is the global object, otherwise false.

      isGlobal

      Determine whether a value is the global object (globalThis/Window) in the current environment.