Add files
This commit is contained in:
commit
bb80829159
18195 changed files with 2122994 additions and 0 deletions
14
509bba0_unpacked_with_node_modules/~/strict-uri-encode/index.js
generated
Executable file
14
509bba0_unpacked_with_node_modules/~/strict-uri-encode/index.js
generated
Executable file
|
@ -0,0 +1,14 @@
|
|||
'use strict';
|
||||
module.exports = function (str) {
|
||||
return encodeURIComponent(str).replace(/[!'()*]/g, function (c) {
|
||||
return '%' + c.charCodeAt(0).toString(16).toUpperCase();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
//////////////////
|
||||
// WEBPACK FOOTER
|
||||
// ./~/strict-uri-encode/index.js
|
||||
// module id = 2887
|
||||
// module chunks = 4
|
Loading…
Add table
Add a link
Reference in a new issue