2.2.0 • Published 11 months ago

@boredland/global-tld-list v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Global TLD List

List of Global TLDs (gTLDs) gathered from IANA.

Installation

npm install @boredland/global-tld-list --save

Usage

import { isValidTLD } from "@boredland/global-tld-list";

const isValid = isValidTLD("com");

Breaking Change in v1.0.0

Since v1.0.0, this package uses Map instead of array for runtime performance.

Breaking Change in v2.0.0

Since v1.0.0, this package uses Set instead of array for runtime performance.

2.2.0

11 months ago

2.1.0

11 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago