• File: index.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/wrappy/index.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 138 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict';
module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);