UNPKG
@tbea_npm/sdk
Version:
latest (2.0.6)
2.0.6
2.0.5
2.0.2
WorkPlusFE JavaScript SDK.
@tbea_npm/sdk
/
location
/
index.js
6 lines
(5 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
getLocation
=
void
0
;
var
getLocation_1 =
require
(
"./getLocation"
);
exports
.
getLocation
= getLocation_1.
default
;