Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/server/helpers.ts>existsFile

The Full-stack Framework in Deno.
Very Popular
Latest
function existsFile
import { existsFile } from "https://deno.land/x/aleph@1.0.0-beta.44/server/helpers.ts";

Check whether or not the given path exists as regular file.

Parameters

path: string

Returns

Promise<boolean>