Skip to main content
Go to Latest
variable healthUtil.checkWebUrl
import { healthUtil } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { checkWebUrl } = healthUtil;

type

(url: string) => (effects: Effects, duration: number) => Promise<ResultType<null | void>>