variable IS_BROWSERimport { IS_BROWSER } from "https://dotland.deno.dev/x/fresh@1.7.3/src/runtime/utils.ts"; Returns true when the current runtime is the browser and false otherwise. This is used for guard runtime-dependent code. Shorthand for the following: typeof document !== "undefined"