interweave-autolink
Version:
URL, IP, email, and hashtag autolinking support for Interweave.
17 lines • 470 B
TypeScript
/**
* @copyright 2021, Miles Johnson
* @license https://opensource.org/licenses/MIT
*/
export * from './constants';
export * from './Email';
export * from './EmailMatcher';
export * from './Hashtag';
export * from './HashtagMatcher';
export * from './IpMatcher';
export * from './Link';
export * from './Mention';
export * from './MentionMatcher';
export * from './types';
export * from './Url';
export * from './UrlMatcher';
//# sourceMappingURL=index.d.ts.map