UNPKG
@boredland/global-tld-list
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
List of Global TLDs
github.com/mastermunj/global-tld-list
mastermunj/global-tld-list
@boredland/global-tld-list
/
dist
/
index.d.ts
8 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
isValidTLD
:
(
tld
:
string
) =>
boolean
;
declare
const
TLDs
: {
isValid
:
(
tld
:
string
) =>
boolean
;
tlds
:
Set
<
string
>; };
export
{
TLDs
,
TLDs
as
default
, isValidTLD };