Skip to content

Commit 6834fd8

Browse files
author
Sergio Daniel Xalambrí
committed
[add] entry point
1 parent 0550017 commit 6834fd8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import parser from './parser';
2+
import URLProvider from './URLProvider';
3+
import connectURL from './connectURL';
4+
5+
export default {
6+
parser,
7+
URLProvider,
8+
connectURL,
9+
};

0 commit comments

Comments
 (0)