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

Used to check if the file exists before hand

type

(effects: T.Effects, props: { path: string; volumeId: string; }) => unknown