Files

6 lines
120 B
JavaScript
Raw Permalink Normal View History

2025-08-11 11:51:38 +08:00
var isFn = require('./isFn');
exports = typeof wx !== 'undefined' && isFn(wx.openLocation);
module.exports = exports;