JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 114719
  • Score
    100M100P100Q171344F
  • License MIT

Humanize a URL: `https://sindresorhus.com` → `sindresorhus.com`

Package Exports

  • humanize-url

Readme

humanize-url

Humanize a URL: https://sindresorhus.comsindresorhus.com

Install

$ npm install humanize-url

Usage

import humanizeUrl from 'humanize-url';

humanizeUrl('https://www.sindresorhus.com/');
//=> 'sindresorhus.com'