UNPKG

qs

Version:

A querystring parser that supports nesting and arrays, with a depth limit

16 lines (8 loc) 210 B
'use strict'; // Load modules const Stringify = require('./stringify'); const Parse = require('./parse'); // Declare internals const internals = {}; exports.stringify = Stringify; exports.parse = Parse;