Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/path.ts>PathCompareOptions

A JavaScript extension package for building strong and modern applications.
Latest
interface PathCompareOptions
Re-export
import { type PathCompareOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/path.ts";

Options for path comparison functions, such as contains, startsWith, endsWith and equals.

Properties

optional
caseInsensitive: boolean
optional
ignoreFileProtocol: boolean