special-tlds
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i special-tlds

Weekly Downloads

1

Version

2.0.0

License

none

Unpacked Size

2.59 kB

Total Files

8

Last publish

Collaborators

  • fabiospampinato