isMiniProgram.js 120 B

12345
  1. var isFn = require('./isFn');
  2. exports = typeof wx !== 'undefined' && isFn(wx.openLocation);
  3. module.exports = exports;