Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/core/Utils.ts>Utils.isDirPath

Various HTTP clients for miscellaneous use.
Latest
method Utils.isDirPath
import { Utils } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Utils.ts";

Returns a value indicating whether or not the given path is a directory path.

Parameters

path: string

The path to check.

Returns

boolean

True if the path is a directory path, otherwise false.