Deprecated
Checking the state of a file before using it causes a race condition. Perform the actual operation directly instead.
import { exists } from "https://deno.land/std@0.116.0/fs/exists.ts";
Checking the state of a file before using it causes a race condition. Perform the actual operation directly instead.
import { exists } from "https://deno.land/std@0.116.0/fs/exists.ts";