UNPKG
@toolkit-fe/get-location
Version:
latest (0.1.22)
0.1.22
0.1.21
0.1.11
0.1.10
获取当前位置
@toolkit-fe/get-location
/
lib
/
utils
/
handle-get-location.d.ts
5 lines
(4 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
5
/** * 微信获取位置 */
export
declare
const
handleGetLocation
:
(
config
:
any
) =>
Promise
<
unknown
>;