source: node_modules/autolinker/dist/es2015/index.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 559 bytes
Line 
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.
5import Autolinker from './autolinker';
6export default Autolinker;
7export { Autolinker };
8export * from './autolinker';
9export * from './anchor-tag-builder';
10export * from './html-tag';
11export * from './match/index';
12export * from './matcher/index';
13//# sourceMappingURL=index.js.map
Note: See TracBrowser for help on using the repository browser.