namespace pathimport { path } from "https://dotland.deno.dev/x/aleph@v0.2.28/std.ts"; Variablesvpath.[UNSUPPORTED]vpath.posixvpath.SEPvpath.SEP_PATTERNvpath.win32Functionsfpath.commonDetermines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. fpath.globToRegExpConvert a glob string to a regular expression. fpath.isGlobTest whether the given string is a glob fpath.joinGlobsLike join(), but doesn't collapse "**/.." when globstar is true. fpath.normalizeGlobLike normalize(), but doesn't collapse "**/.." when globstar is true. InterfacesIpath.GlobOptionsIpath.ParsedPathA parsed path object generated by path.parse() or consumed by path.format(). Type AliasesTpath.FormatInputPathObjectTpath.GlobToRegExpOptions