mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
18 lines
285 B
JavaScript
18 lines
285 B
JavaScript
'use strict';
|
|
|
|
const {
|
|
URLWithLegacySupport,
|
|
format,
|
|
URLSearchParams,
|
|
defaultBase
|
|
} = require('./src/url');
|
|
const relative = require('./src/relative');
|
|
|
|
module.exports = {
|
|
URL: URLWithLegacySupport,
|
|
URLSearchParams,
|
|
format,
|
|
relative,
|
|
defaultBase
|
|
};
|