Created
July 17, 2020 19:05
-
-
Save davelnewton/b6705491a5c59fd7a18e01484c7a9cd0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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