UNPKG

@antmove/wx-alipay

Version:

transform wechat miniprogram to alipay miniprogram tool.

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