2.0.0 • Published 2 years ago

special-tlds v2.0.0

Weekly downloads
4
License
-
Repository
github
Last release
2 years ago

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

2.0.0

2 years ago

1.0.0

4 years ago