variable IS_BROWSERimport { IS_BROWSER } from "https://deno.land/x/live@1.60.0/deps.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"