|
addExt()
|
(file, ext) => string
|
|
basename()
|
(p, ext?) => string
|
|
changeExt()
|
(filename, ext, ignoreExts?, maxSize?) => string
|
|
defaultExt()
|
(filename, ext, ignoreExts?, maxSize?) => string
|
|
delimiter
|
string
|
|
dirname()
|
(p) => string
|
|
extname()
|
(p) => string
|
|
format()
|
(pathObject) => string
|
|
isAbsolute()
|
(path) => boolean
|
|
join()
|
{(...paths): string; (...paths): string; }
|
|
joinSafe()
|
(...paths) => string
|
|
normalize()
|
(p) => string
|
|
normalizeSafe()
|
(p) => string
|
|
normalizeTrim()
|
(p) => string
|
|
parse()
|
(pathString) => ParsedPath
|
|
posix
|
typeof posix
|
|
posixPath()
|
(pathname) => string
|
|
relative()
|
(from, to) => string
|
|
removeExt()
|
(filename, ext) => string
|
|
resolve()
|
(...pathSegments) => string
|
|
sep
|
string
|
|
toUnix()
|
(p) => string
|
|
trimExt()
|
(filename, ignoreExts?, maxSize?) => string
|
|
win32
|
typeof win32
|
|
winPath()
|
(pathname) => string
|