main
Last change
on this file since d24f17c 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.
|
---|
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 './matcher/index';
|
---|
13 | //# sourceMappingURL=index.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.