import * as fresh from "https://deno.land/x/fresh@1.7.1/runtime.ts";
Variables
Returns true when the current runtime is the browser and false otherwise. This is used for guard runtime-dependent code.
Shorthand for the following:
| |
v NONE | |
v SELF | |
import * as fresh from "https://deno.land/x/fresh@1.7.1/runtime.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:
| |
v NONE | |
v SELF | |