UNPKG

@antmove/wx-alipay

Version:

transform wechat miniprogram to alipay miniprogram tool.

12 lines (10 loc) 226 B
function compatibleLifetime(options) { let _life = {} if (options && options.lifetimes) { _life = options.lifetimes } else if (options) { _life = options } return _life } module.exports = compatibleLifetime