t-comm
Version:
专业、稳定、纯粹的工具库
20 lines (17 loc) • 558 B
JavaScript
import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
import _createClass from '@babel/runtime/helpers/createClass';
import locationHandle from './location-handle-mp.mjs';
import './platform/miniprogram-location.mjs';
import './location-interface.mjs';
var LocationMp = /*#__PURE__*/function () {
function LocationMp() {
_classCallCheck(this, LocationMp);
}
return _createClass(LocationMp, null, [{
key: "getLocation",
value: function getLocation() {
return locationHandle();
}
}]);
}();
export { LocationMp };