import { isPosixPath } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/path.js";
Checks if the given path
is a Posix specific path.
Examples
Example 1
Example 1
import { isPosixPath } from "@ayonli/jsext/path";
console.assert(isPosixPath("/usr/bin"));