url-or-path
TypeScript icon, indicating that this package has built-in type declarations

2.3.2 • Public • Published

url-or-path

Build Status Coverage Npm Version MIT License

Convert between file URL and path.

Install

yarn add url-or-path

Usage

import {toUrl, toPath} from 'url-or-path'

console.log(toUrl(urlOrPath))
//=> URL {/* ... */}

console.log(toPath(urlOrPath))
//=> 'path/to/file'

API

toUrl(urlOrPath)(alias toURL)

Type: string | URL

Returns a URL object of given URL or path string.

toPath(urlOrPath)

Type: string | URL

Returns path string of given URL or path string.

toDirectory(urlOrPath)

Type: string | URL

Same as toUrl, but the result URL always ends with /.

isUrl(value)(alias isURL)

Check if value is a URL instance or a string starts with file://.

isUrlInstance(value)(alias isURLInstance)

Check if value is a URL instance.

isUrlString(value)(alias isURLString)

Check if value is a string starts with file://.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.3.236,015latest

Version History

VersionDownloads (Last 7 Days)Published
2.3.236,015
2.3.173
2.3.024,338
2.2.03
2.1.018,414
2.0.03
1.1.02
1.0.43
1.0.22
1.0.12
1.0.02
0.0.23
0.0.12
0.0.02

Package Sidebar

Install

npm i url-or-path

Weekly Downloads

78,864

Version

2.3.2

License

MIT

Unpacked Size

8.67 kB

Total Files

6

Last publish

Collaborators

  • fisker