|
před 2 roky | |
---|---|---|
.. | ||
tests | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
index.d.ts | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky |
A minimal path module to resolve Unix, Windows and URL paths alike.
path.isAbsolute(path: string
): boolean
Tests if the specified path is absolute.
path.normalize(path: string
): string
Normalizes the specified path.
path.resolve(originPath: string
, includePath: string
, [alreadyNormalized=false: boolean
]): string
Resolves the specified include path against the specified origin path.
License: BSD 3-Clause License