Skip to content

List of special-use ICANN TLDs.

License

Notifications You must be signed in to change notification settings

fabiospampinato/special-tlds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Special TLDs

List of special-use ICANN TLDs.

Install

npm install --save special-tlds

Usage

This list could be used for adding support for special-use TLDs to linkify-it.

import linkify from 'linkify-it';
import tlds from 'special-tlds';

const instance = linkify ();

instance.tlds ( tlds, true );

License

MIT © Fabio Spampinato