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

9 lines (8 loc) 248 B
import Autolinker from './autolinker'; export default Autolinker; export { Autolinker }; export * from './autolinker'; export * from './anchor-tag-builder'; export * from './html-tag'; export * from './match/index'; export * from './parser/index';