url-file-url

1.0.2 • Public • Published

url-file-url

Small module that converts from URLs to filenames to URLs

npm install url-file-url

Useful 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/bar

License

Apache-2.0

Readme

Keywords

none

Package Sidebar

Install

npm i url-file-url

Weekly Downloads

337

Version

1.0.2

License

Apache-2.0

Unpacked Size

14.1 kB

Total Files

4

Last publish

Collaborators

  • mafintosh