Logo
Explore Help
Register Sign In
365DevNet/Tiber365
1
0
Fork 0
You've already forked Tiber365
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
main
Tiber365/node_modules/path-parse
History
becarta a544759a3b Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
..
index.js
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
LICENSE
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
package.json
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00
README.md
Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
2025-05-23 12:43:00 +02:00

README.md

path-parse Build Status

Node.js path.parse(pathString) ponyfill.

Install

$ npm install --save path-parse

Usage

var pathParse = require('path-parse');

pathParse('/home/user/dir/file.txt');
//=> {
//       root : "/",
//       dir : "/home/user/dir",
//       base : "file.txt",
//       ext : ".txt",
//       name : "file"
//   }

API

See path.parse(pathString) docs.

pathParse(path)

pathParse.posix(path)

The Posix specific version.

pathParse.win32(path)

The Windows specific version.

License

MIT © Javier Blanco

Powered by Gitea Version: 1.24.3 Page: 37ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API