All Questions
1 question
1
vote
2
answers
81
views
Functional method for storing a query string as a simple key-value object
I'm working on an isomorphic javascript module (query-hash) to handle query strings and base64 tokens. It's essentially a simple key-value object with methods for taking in data and giving it back in ...