url-file-url
v1.0.5
Published
Small module that converts from URLs to filenames to URLs
Readme
url-file-url
Small module that converts from URLs to filenames to URLs
npm install url-file-urlUseful for embedded runtimes with no url module.
Usage
const { fileURLToPath, pathToFileURL } = require('url-file-url')
pathToFileURL('/foo/bar') // file:///foo/bar
fileURLToPath('file:///foo/bar') // /foo/barLicense
Apache-2.0
