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

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago

F4 Finalna Verzija

  • 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.