Write a line of code to export the following function from a module.
const url = require('url');
const parseUrl = (string) => {
return url.parse(string);
};Write a line of code to export the following function from a module.
const url = require('url');
const parseUrl = (string) => {
return url.parse(string);
};Create a free account to access the full topic