'use strict'; module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
index.js | File | 138 B | 0644 |
|
license | File | 1.1 KB | 0644 |
|
package.json | File | 1.54 KB | 0644 |
|
readme.md | File | 657 B | 0644 |
|