Functions

f
pathExists(path: string): Promise<boolean>

Returns true if the given filesystem path is accessible, false otherwise.

Usage

import * as mod from "lib/utils/path-exists.ts";