Skip to content

Instantly share code, notes, and snippets.

@davelnewton
Created July 17, 2020 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davelnewton/b6705491a5c59fd7a18e01484c7a9cd0 to your computer and use it in GitHub Desktop.
Save davelnewton/b6705491a5c59fd7a18e01484c7a9cd0 to your computer and use it in GitHub Desktop.
export function fromURLQuery(str) {
console.log('fromURLQuery BEGIN', str)
if (!str) {
console.log('fromURLQuery return empty', ret)
return {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment