Skip to main content
Module

x/deno_context_finder/helpers.ts>fileExists

Extract context blocks from a configuration file
Latest
variable fileExists
import { fileExists } from "https://deno.land/x/deno_context_finder@v1.0.1/helpers.ts";

type

(filename: string) => Promise<boolean>