Skip to content

Instantly share code, notes, and snippets.

View PeterNMcArthur's full-sized avatar

Peter McArthur PeterNMcArthur

View GitHub Profile
/*!
query-string
Parse and stringify URL query strings
https://github.com/sindresorhus/query-string
by Sindre Sorhus
MIT License
*/
'use strict';
export const queryParse = function (str) {