We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731fa74 commit ab5c79cCopy full SHA for ab5c79c
packages/url-utils/index.js
packages/url-utils/index.ts
@@ -0,0 +1,4 @@
1
+import UrlUtils from './src/UrlUtils';
2
+
3
+export default UrlUtils;
4
+module.exports = UrlUtils;
packages/url-utils/package.json
@@ -24,7 +24,7 @@
24
"src/",
25
"cjs/",
26
"types/",
27
- "index.js"
+ "index.ts"
28
],
29
"publishConfig": {
30
"access": "public"
0 commit comments