frontend/.pnpm-store/v3/files/e6/69c829f368982e52a565fa9de82094bce72a18a2724304c75b9eb451ffa14c0af8eab86ea23f6357c088b6b14a5d9870077330322eb5bdd508b5e0d80ff213

3 lines
138 B
Plaintext

'use strict';
module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);