@cjser/humanize-url
v3.0.0-cjser.2
Published
Humanize a URL: `https://sindresorhus.com` → `sindresorhus.com`
Maintainers
Readme
humanize-url
Humanize a URL:
https://sindresorhus.com→sindresorhus.com
Install
$ npm install humanize-urlUsage
import humanizeUrl from 'humanize-url';
humanizeUrl('https://www.sindresorhus.com/');
//=> 'sindresorhus.com'cjser
This package is a CommonJS-compatible build generated by cjser for projects that still need require() support. The source version matches the original npm package version, with a cjser prerelease suffix for this generated build.
Original repository: https://github.com/sindresorhus/humanize-url
