Skip to main content
Module

x/live/deps.ts>IS_BROWSER

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable IS_BROWSER
import { IS_BROWSER } from "https://deno.land/x/live@1.75.5/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"