Skip to main content
Module

x/aleph/init.ts>existsDir

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function existsDir
import { existsDir } from "https://deno.land/x/aleph@1.0.0-beta.38/init.ts";

Check whether or not the given path exists as a directory.

Parameters

path: string

Returns

Promise<boolean>