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/bob@v2.8.1/deps.ts";
const { exists } = fs;
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/bob@v2.8.1/deps.ts";
const { exists } = fs;