Deprecated
Checking the state of a file before using it causes a race condition. Perform the actual operation directly instead.
import { fs } from "https://deno.land/x/enviromodder@4.0.1/setup/deps.ts";
const { existsSync } = fs;
x/enviromodder/setup/deps.ts>fs.existsSync
Checking the state of a file before using it causes a race condition. Perform the actual operation directly instead.
import { fs } from "https://deno.land/x/enviromodder@4.0.1/setup/deps.ts";
const { existsSync } = fs;