Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/utils/exists.ts>existsSync

Advanced Web Composition for Future
Latest
function existsSync
import { existsSync } from "https://deno.land/x/ogone@revb3/utils/exists.ts";

Test whether or not the given path exists by checking with the file system

Parameters

filePath: string

Returns

boolean