UNPKG

@rexprjkt/hoyoapi

Version:

Forked hoyoapi from rexprjkt/hoyoapi

9 lines (8 loc) 192 B
import { HsrRegion } from './hsr.interface'; /** * Get Server Region by UID * * @param uid number UID * @returns {string} */ export declare function getHsrRegion(uid: number): HsrRegion;