inBrowserOn this pageinBrowserA Boolean value indicating whether the current environment is in the browser.APIdeclare const inBrowser: boolean;Exampleimport { inBrowser } from "@lilib/utils";if (inBrowser) { // Do something.}