source: frontend/node_modules/core-js/web/url.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 263 bytes
Line 
1'use strict';
2require('./url-search-params');
3require('../modules/web.url');
4require('../modules/web.url.can-parse');
5require('../modules/web.url.parse');
6require('../modules/web.url.to-json');
7var path = require('../internals/path');
8
9module.exports = path.URL;
Note: See TracBrowser for help on using the repository browser.