Jsdoc updates

This commit is contained in:
Sam Potts
2019-02-23 13:07:35 +11:00
parent 4335a2a0d1
commit 438ebe5013
3 changed files with 43 additions and 43 deletions

View File

@ -6,8 +6,8 @@ import is from './is';
/**
* Parse a string to a URL object
* @param {string} input - the URL to be parsed
* @param {boolean} safe - failsafe parsing
* @param {String} input - the URL to be parsed
* @param {Boolean} safe - failsafe parsing
*/
export function parseUrl(input, safe = true) {
let url = input;