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 5f418d4 commit 76f8fc5Copy full SHA for 76f8fc5
index.d.ts
@@ -1,4 +1,9 @@
1
-export * as default from './base.js';
+/// export * as default from './base.js';
2
+
3
+// Workaround for TS missing feature.
4
+import * as queryString from './base.js';
5
6
+export default queryString;
7
8
export {
9
type ParseOptions,
0 commit comments