Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable exists
import { exists } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/util.ts";

Used to check if the file exists before hand

type

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