List of TLDs from ICANN.
npm install tlds
const tlds = require("tlds");
console.log(tlds);
//=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...]
A list of TLDs.
Homepage Repository npm JavaScript Download
List of TLDs from ICANN.
npm install tlds
const tlds = require("tlds");
console.log(tlds);
//=> ['aaa', 'aarp', 'abarth', 'abb', 'abbott', 'abbvie', 'abc', ...]
Login to resync this project