index.js 558 B

12345678910111213
  1. // WARNING: This file is modified a bit when it is compiled into index.js in
  2. // order to support nodejs interoperability with require('autolinker') directly.
  3. // This is done by the buildSrcFixCommonJsIndexTask() function in the gulpfile.
  4. // See that function for more details.
  5. import Autolinker from './autolinker';
  6. export default Autolinker;
  7. export { Autolinker };
  8. export * from './autolinker';
  9. export * from './anchor-tag-builder';
  10. export * from './html-tag';
  11. export * from './match/index';
  12. export * from './parser/index';
  13. //# sourceMappingURL=index.js.map