UNPKG
@rexprjkt/hoyoapi
Version:
latest (1.2.6)
1.2.6
Forked hoyoapi from rexprjkt/hoyoapi
github.com/rexprjkt/hoyoapi
rexprjkt/hoyoapi
@rexprjkt/hoyoapi
/
dist
/
types
/
client
/
hsr
/
hsr.helper.d.ts
9 lines
(8 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
HsrRegion
}
from
'./hsr.interface'
;
/** * Get Server Region by UID * *
@param
uid number UID *
@returns
{
string
} */
export
declare
function
getHsrRegion
(
uid
:
number
):
HsrRegion
;