TS-Scribe - v0.6.2
    Preparing search index...

    Function isBrowser

    • Determines whether the current environment is a browser.

      Checks for the existence of window and document objects to infer a browser context.

      Returns boolean

      true if running in a browser environment, otherwise false.

      isBrowser(); // true in browser, false in Node.js or other non-browser environments