Skip to content

Commit 81f78e6

Browse files
authored
Use more compatible syntax (#361)
1 parent 2213ab7 commit 81f78e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export * as default from './base.js';
1+
import * as queryString from './base.js';
2+
3+
export default queryString;

0 commit comments

Comments
 (0)