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