humanize-url

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

MIT 6 个版本
安装
npm install humanize-url
yarn add humanize-url
pnpm add humanize-url
bun add 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'
版本列表
3.0.0 2021-07-09
2.1.1 2021-06-10
2.1.0 2019-04-17
2.0.0 2018-11-06
1.0.1 2015-01-14
1.0.0 2015-01-11