tooot/src/modules/autolinker/matcher/index.d.ts

7 lines
194 B
TypeScript

export * from './email-matcher';
export * from './hashtag-matcher';
export * from './matcher';
export * from './mention-matcher';
export * from './phone-matcher';
export * from './url-matcher';