Import

Report a typo

Write a line of code to import the following method from the parse.js file.

// parse.js

const url = require('url');

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

Create a free account to access the full topic