// weixin miniprogram // @ts-ignore var isWx = (typeof wx === 'object') && (typeof wx.getSystemInfoSync === 'function'); // ant miniprogram // @ts-ignore var isMy = (typeof my === 'object') && (typeof my.getSystemInfoSync === 'function'); export { isWx, isMy, };