UNPKG

327 BTypeScriptView Raw
1/// export * as default from './base.js';
2
3// Workaround for TS missing feature.
4import * as queryString from './base.js';
5
6export default queryString;
7
8export {
9 type ParseOptions,
10 type ParsedQuery,
11 type ParsedUrl,
12 type StringifyOptions,
13 type Stringifiable,
14 type StringifiableRecord,
15 type UrlObject,
16} from './base.js';