Skip to main content
Deno 2 is finally 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