1.0.2 • Published 9 years ago
is-tld v1.0.2
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.