UNPKG

@antmove/alipay-wx

Version:

transform alipay miniprogram to wx miniprogram tool.

9 lines (7 loc) 128 B
module.exports = function(key, value) { const newKey = key.replace(/a:/, 'wx:') return { key: newKey, value, } }