Manmics/mangashelf-server/node_modules/bare-url
2025-10-10 18:00:07 -04:00
..
lib first commit 2025-10-10 18:00:07 -04:00
prebuilds first commit 2025-10-10 18:00:07 -04:00
binding.c first commit 2025-10-10 18:00:07 -04:00
binding.js first commit 2025-10-10 18:00:07 -04:00
CMakeLists.txt first commit 2025-10-10 18:00:07 -04:00
global.d.ts first commit 2025-10-10 18:00:07 -04:00
global.js first commit 2025-10-10 18:00:07 -04:00
index.d.ts first commit 2025-10-10 18:00:07 -04:00
index.js first commit 2025-10-10 18:00:07 -04:00
LICENSE first commit 2025-10-10 18:00:07 -04:00
package.json first commit 2025-10-10 18:00:07 -04:00
README.md first commit 2025-10-10 18:00:07 -04:00

bare-url

WHATWG URL implementation for JavaScript.

npm i bare-url

Usage

const url = require('bare-url')

const p = url.fileURLToPath('file:///foo') // --> /foo

License

Apache-2.0