UNPKG

autolinker

Version:

Utility to automatically link the URLs, email addresses, phone numbers, hashtags, and mentions (Twitter, Instagram) in a given block of text/HTML

8 lines (7 loc) 216 B
export * from './match'; export * from './email-match'; export * from './hashtag-match'; export * from './abstract-match'; export * from './mention-match'; export * from './phone-match'; export * from './url-match';