Skip to main content
Module

x/servest/vendor/https/deno.land/std/fs/exists.ts>existsSync

🌾A progressive http server for Deno🌾
Latest
function existsSync
import { existsSync } from "https://deno.land/x/servest@v1.3.4/vendor/https/deno.land/std/fs/exists.ts";

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

Parameters

filePath: string

Returns

boolean