Submit
Path:
~
/
/
opt
/
alt
/
alt-nodejs11
/
root
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
qs
/
lib
/
File Content:
formats.js
'use strict'; var replace = String.prototype.replace; var percentTwenties = /%20/g; module.exports = { 'default': 'RFC3986', formatters: { RFC1738: function (value) { return replace.call(value, percentTwenties, '+'); }, RFC3986: function (value) { return value; } }, RFC1738: 'RFC1738', RFC3986: 'RFC3986' };
Submit
FILE
FOLDER
Name
Size
Permission
Action
formats.js
387 bytes
0644
index.js
211 bytes
0644
parse.js
5817 bytes
0644
stringify.js
6288 bytes
0644
utils.js
5554 bytes
0644
N4ST4R_ID | Naxtarrr