t-comm
Version:
专业、稳定、纯粹的工具库
16 lines (11 loc) • 481 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var location_platform_miniprogramLocation = require('./platform/miniprogram-location.js');
require('@babel/runtime/helpers/classCallCheck');
require('@babel/runtime/helpers/createClass');
require('./location-interface.js');
locationHandle.failHandle = function () {};
function locationHandle() {
return new location_platform_miniprogramLocation["default"]();
}
exports["default"] = locationHandle;