Submit
Path:
~
/
/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
query-string
/
node_modules
/
strict-uri-encode
/
File Content:
index.js
'use strict'; module.exports = function (str) { return encodeURIComponent(str).replace(/[!'()*]/g, function (c) { return '%' + c.charCodeAt(0).toString(16).toUpperCase(); }); };
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
182 bytes
0644
license
1126 bytes
0644
package.json
1593 bytes
0644
readme.md
664 bytes
0644
N4ST4R_ID | Naxtarrr