Skip to main content
Module

x/context_finder/mod.ts>fileExists

Search a given file for specific sections/context data, collect this and write to a new file. For Node and Deno.
Latest
variable fileExists
import { fileExists } from "https://deno.land/x/context_finder@v1.1.1/mod.ts";

type

(filename: string) => Promise<boolean>