UNPKG
crocser
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
Fast, lightweight, tinny url parser
github.com/kitt3911/crocser
kitt3911/crocser
crocser
/
dist
/
index.d.ts
10 lines
(9 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
parseUrl
:
(
queryString
:
string
) =>
{
protocol
:
string
;
hostname
:
string
;
subdomain
:
string
;
domain
:
string
;
domainWithoutSuffix
:
string
;
publicSuffix
:
string
;
queryParamsResult
: [
any
,
any
][]; };