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

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

Various HTTP clients for miscellaneous use.
Latest
method Utils.isNotFilePath
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 value is not a file path.

Parameters

path: string

The path to check.

Returns

boolean

True if the path is not a file path, otherwise false.