Package Exports
- humanize-url
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'