is-tld
v1.0.2
Published
Returns true if a value is a top-level domain
Readme
is-tld
Returns true if a value is a top-level domain
Installation
npm install --save is-tldUsage
const isTld = require('is-tld')
isTld('com') // true
isTld('_') // falseCredits
tld-list A list of all valid top-level domains updated from time to time.
