Export

Report a typo

Write a line of code to export the following function from a module.

const url = require('url');

const parseUrl = (string) => {
	return url.parse(string);
};
Enter a short text
___

Create a free account to access the full topic