Functions

f
pathExists(path: string): Task<boolean, never>

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

Usage

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